Determines whether owned data points will the automatically sorted depending on their Angle property. True by default.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public bool AutoSortPoints { get; set; } |
| Visual Basic |
|---|
Public Property AutoSortPoints As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool AutoSortPoints {
bool get ();
void set (bool value);
} |
See Also