MindFusion.Charting for Silverlight Programmer's Guide
LineSeries.LabelPath Property
See Also
 






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

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

 Syntax

C#  Copy Code

public string LabelPath { get; set; }

Visual Basic  Copy Code

Public Property LabelPath As String

 Property Value

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

 Remarks

The LabelPath property provides the labels that are drawn at data points in the chart.

 See Also

LineSeries Members
LineSeries Class
MindFusion.Charting.Silverlight Namespace