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





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

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

 Syntax

C#  Copy Code

public string YLabels { get; set; }

Visual Basic  Copy Code

Public Property YLabels As String

 Property Value

A string representing the name of the property to bind the y-axis labels to, or an empty string to specify that the y-axis labels should be calculated. The default is an empty string.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting.Wpf Namespace