MindFusion.Charting for Silverlight Programmer's Guide
CustomLabelPosition Enumeration
See Also
 






Specifies where custom labels are drawn at the chart axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public enum CustomLabelPosition

Visual Basic  Copy Code

Public Enum CustomLabelPosition

 Members

  Member name Description

AutoScalePoints

The labels are the drawn at auto scale points.

ChartDataPoints

The labels are draw at data points.

 Remarks

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.

 See Also

MindFusion.Charting.Silverlight Namespace