Name | Description | |
---|---|---|
ChartData Constructor | Creates a new instance of ChartData class. |
The following tables list the members exposed by ChartData.
Name | Description | |
---|---|---|
ChartData Constructor | Creates a new instance of ChartData class. |
Name | Description | |
---|---|---|
FunctionsList | Gets the FunctionsCollection object associated with the current ChartData object. | |
HighLight | Gets the DataHighlight object which controls data highlighting. | |
Hole | Gets or sets the data hole value. | |
Item | Gets the specified ChartDataSeries by numeric index. | |
MaxX | Gets the maximum X value of all series. | |
MaxY | Gets the maximum Y value of all series. | |
MinX | Gets the minimum X value of all series. | |
MinY | Gets the minimum Y value of all series. | |
PointStylesList | Gets the PointStylesCollection object associated with the current ChartData object. | |
SeriesList | Gets the ChartDataSeriesCollection object associated with the current ChartData object. | |
SeriesWidth | Get or sets the percentage of the full width to be drawn of each series of 3D effect charts. Applies to 3D Area and 3D Line or Ribbon charts. The value is limited from 10 to 100. | |
TrendsList | Gets the TrendLinesCollection object associated with the current ChartData object. |
Name | Description | |
---|---|---|
IsHole | Overloaded. Returns true whenever the value passed will be interpreted as a data hole. | |
LoadDataFromFile | Loads the contents of the current ChartData object from the specified file in XML format, including point data, holes and line and symbol style data. | |
SaveDataToFile | Saves the contents of the current ChartData object to the specified file in XML format, including point data, holes and line and symbol style data. | |
SetHole | Sets the data hole value, performing appropriate conversions from the passed object to the internal double storage value. |
Name | Description | |
---|---|---|
DataChanged | Called whenever an element of the data has changed. |