Gets or sets the column in a database table/view to be used as data for the X-axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA string. Default value is an empty string (""). RemarksThe property enables you to bind the data used for calculating the X-coordinates of line chart points to columns in a database table/view. If you want to add more than one table field as data for the chart you should separate the names with commas. The XDataFields property, when populated with data, is the same as the XData property. See Also |