ILabelProvider Interface
Interface to define a LabelProvider. The LabelFormatter may be set by calling com.scichart.charting.visuals.axes.IAxisCore.setLabelProvider, allowing programmatic overriding of axis labels.
Syntax
public interface ILabelProvider implements com.scichart.charting.numerics.IAxisProviderBase |
See Also