The ChartData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartData |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
IsHole(Double) |
Returns true whenever the value passed will be interpreted as a data hole.
|
|
IsHole(Object) |
Returns true whenever the value passed will be interpreted as a data hole.
|
|
IsHole(Single) |
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.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
OnDataChanged | ||
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.
|
|
ToString | (Inherited from Object.) |
Properties
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.
|
|
Layout | ||
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.
|
Events
Name | Description | |
---|---|---|
DataChanged |
Called whenever an element of the data has changed.
|