MindFusion.Charting for Silverlight Programmer's Guide
AxesChart.YLabelPath Property
See Also
 






Gets or sets the path to the property of the DataSource used for retrieving Y-labels.

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

 Syntax

C#  Copy Code

public string YLabelPath { get; set; }

Visual Basic  Copy Code

Public Property YLabelPath As String

 Property Value

A string value. Default value is an empty string ("").

 Remarks

The YLabelPath property provides custom labels for the Y-axis. They are drawn when YAxisSettings.LabelType is set to LabelType.CustomText.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace