MindFusion.Wpf Pack Programmer's Guide
AxesChart.YData Property
See Also
 





Gets or sets the name of the property or member of the bound object, that will be used on the y-axis. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public string YData { get; set; }

Visual Basic  Copy Code

Public Property YData As String

 Property Value

A string representing the name of the property to bind the y-axis values to, or an empty string to specify that the y-axis values should be sequential.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting.Wpf Namespace