Specifies where custom labels are drawn at the chart axis.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public enum CustomLabelPosition |
Visual Basic
![]() |
---|
Public Enum CustomLabelPosition |
Member name | Description | |
---|---|---|
![]() |
AutoScalePoints |
The labels are the drawn at auto scale points. |
![]() |
ChartDataPoints |
The labels are draw at data points. |
Custom labels are drawn when the AxisSettings.LabelType property is set to LabelType.CustomText. They are set with AxesChart.XLabels, AxesChart.YLabels, AxesChart.X2Labels or AxesChart.Y2Labels. If you want to use databinding the properties are AxesChart.XLabelPath, AxesChart.YLabelPath, AxesChart.X2LabelPath, AxesChart.Y2LabelPath.