Knowledgebase
Specifying Text Labels with ILabelProvider
Posted by Admin - on 12 February 2019 03:14 PM
|
|
LabelProvider API - Full Control over Axis LabelsAll Axis Types include the Axis.LabelProvider property, which allows a class that implement the ILabelProvider interface to be attached to an axis for complete control over axis label output. Use a LabelProvider when you want to:
Further ReadingFor further information, please see our documentation: Also there is an example that demonstrate usage of a custom LabelProvider: | |
|