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





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool SortYData { get; set; }

Visual Basic  Copy Code

Public Property SortYData As Boolean

 Property Value

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

 See Also

LineChart Members
LineChart Class
MindFusion.Charting Namespace
SortXData Property