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





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

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

 Syntax

C#  Copy Code

public string XLabels { get; set; }

Visual Basic  Copy Code

Public Property XLabels As String

 Property Value

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

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting.Wpf Namespace