MindFusion.Charting for Silverlight Programmer's Guide
AxesSeries.Y2DataPath Property
See Also
 






Gets or sets the path to the property of the DataSource used for retrieving the Y2-data for this series.

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

 Syntax

C#  Copy Code

public string Y2DataPath { get; set; }

Visual Basic  Copy Code

Public Property Y2DataPath As String

 Property Value

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

 Remarks

When the Y2DataPath property is set the Y2-axis is drawn automatically. You can customize it with the AxesChart.Y2AxisSettings property.

 See Also

AxesSeries Members
AxesSeries Class
MindFusion.Charting.Silverlight Namespace