Gets or sets the position of custom labels.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public CustomLabelPosition CustomLabelPosition { get; set; } |
Visual Basic
![]() |
---|
Public Property CustomLabelPosition As CustomLabelPosition |
One of the CustomLabelPosition enumeration values. Default value is CustomLabelPosition.ChartDataPoints.
Custom labels are drawn when the 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.