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





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

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

 Syntax

C#  Copy Code

public string XData { get; set; }

Visual Basic  Copy Code

Public Property XData As String

 Property Value

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

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting.Wpf Namespace