BootstrapChartDataPrepareSettings Properties
Stores settings that determine how a Chart control manages data from a data source before visualizing it.Name | Description |
---|---|
CheckTypeForAllData | Specifies whether the type of each value coming from the data source is validated. |
ConvertToAxisDataType | Converts data coming from a data source into a data type supported by the axis. |
SortingMethod | Specifies the sorting order in which series points should be drawn. |
SortingMethodString | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
See Also