The ChartDataSeries type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartDataSeries()()()() | ||
ChartDataSeries(ChartData) |
Methods
Name | Description | |
---|---|---|
Clone |
Creates a new series that is a copy of the current series without data.
|
|
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.) |
|
GetHiddenProperties | ||
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
IsHole |
Returns true whenever the passed value will be interpreted as a data hole.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
NotifyChanges | ||
OnDataSeriesChanged | ||
ToString | (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
AutoEnumerate |
Gets or sets whether the X values of the series are automatically set to their index value.
|
|
DataLabel |
Gets the data label object.
|
|
Display |
Gets or sets the display of the series.
|
|
FillStyle |
Gets or sets the fill style of the data series.
|
|
FitType |
Gets or sets the curve fit type.
|
|
Group |
Gets the chart group.
|
|
Histogram | ||
Label |
Gets or sets the series label.
|
|
LegendEntry |
Gets or sets whether the series label appears in the legend.
|
|
Length |
Gets the number of data points in the series.
|
|
LineStyle |
Gets or sets the line style of the series, including color, thickness and pattern.
|
|
MaxX |
Returns the maximum X value of the series data.
|
|
MaxY |
Returns the maximum Y value of the series data.
|
|
MinX |
Returns the minimum X value of the series point data array.
|
|
MinY |
Returns the minimum Y value of the series point data array.
|
|
Offset |
Gets or sets the series offset for appropriate charts.
|
|
PlotFilter |
Gets or sets the plot filter value which optimizes plotting large data arrays.
The plot filter value represents the minimal distance from the previous data point
in pixels. If distance is less than PlotFilter the point is not plotted.
Only for XY-plot.
|
|
PlotFilterMethod |
Gets or sets the plot filter method. This property specifies method of
optimization when plotting large data arrays.
Only for XY-plot.
|
|
PointData |
Gets the ChartDataArray object that manages point data (combined X and Y data).
|
|
SeriesData |
Gets the current ChartDataSeries object. This property is only intended for use in the property browsers. It is not useful in code.
|
|
SymbolStyle |
Gets or sets the symbol style of the series, including color, size and shape.
|
|
Tag |
Gets or sets the Tag property which allows association of user data with the ChartDataSeries.
|
|
TooltipText |
Gets or sets the tooltip text.
|
|
TooltipTextLegend |
Gets or sets the legend tooltip text.
|
|
X |
Gets the ChartDataArray object that manages X data.
|
|
Y |
Gets the ChartDataArray object that manages Y data.
|
|
Y1 |
Gets the ChartDataArray object that manages Y1 data.
|
|
Y2 |
Gets the ChartDataArray object that manages Y2 data.
|
|
Y3 |
Gets the ChartDataArray object that manages Y3 data.
|
Events
Name | Description | |
---|---|---|
DataSeriesChanged | ||
Draw |
Occurs when series is drawing.
|
|
PostDraw |
Occurs after the series was drawn.
|