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






Gets or sets the position of custom labels.

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

 Syntax

C#  Copy Code

public CustomLabelPosition CustomLabelPosition { get; set; }

Visual Basic  Copy Code

Public Property CustomLabelPosition As CustomLabelPosition

 Property Value

One of the CustomLabelPosition enumeration values. Default value is CustomLabelPosition.ChartDataPoints.

 Remarks

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.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace