[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartData

ChartData Class

The ChartData object contains the numerical series to be charted and display information for each series.

Inheritance
ChartData
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartData

Constructors

Name Description
ChartData(ChartGroup)

Creates a new instance of ChartData class.

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.

this[int]

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.

Methods

Name Description
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(float)

Returns true whenever the value passed will be interpreted as a data hole.

LoadDataFromFile(string)

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.

OnDataChanged(ChartDataEventArgs)

Called when an element of the data has changed.

SaveDataToFile(string)

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(object)

Sets the data hole value, performing appropriate conversions from the passed object to the internal double storage value.

Events

Name Description
DataChanged

Called whenever an element of the data has changed.