MindFusion WinForms Programmer's Guide
LineChart.SortXData Property
See Also
 





Gets or sets a value indicating whether to sort the series by x-value.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool SortXData { get; set; }

Visual Basic  Copy Code

Public Property SortXData As Boolean

 Property Value

true to sort the chart data by x-values; otherwise, false. The default is true.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting Namespace
SortYData Property