ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries Members

ChartDataSeries overview

Public Properties

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

Supported by the .NET Compact Framework.

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.

Label

Supported by the .NET Compact Framework.

Gets or sets the series label.

LegendEntry

Supported by the .NET Compact Framework.

Gets or sets whether the series label appears in the legend.

Length

Supported by the .NET Compact Framework.

Gets the number of data points in the series.

LineStyle

Supported by the .NET Compact Framework.

Gets or sets the line style of the series, including color, thickness and pattern.

MaxX

Supported by the .NET Compact Framework.

Returns the maximum X value of the series data.

MaxY

Supported by the .NET Compact Framework.

Returns the maximum Y value of the series data.

MinX

Supported by the .NET Compact Framework.

Returns the minimum X value of the series point data array.

MinY

Supported by the .NET Compact Framework.

Returns the minimum Y value of the series point data array.

Offset

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

Gets the ChartDataArray object that manages point data (combined X and Y data).

SymbolStyle

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

Gets the ChartDataArray object that manages X data.

Y

Supported by the .NET Compact Framework.

Gets the ChartDataArray object that manages Y data.

Y1

Supported by the .NET Compact Framework.

Gets the ChartDataArray object that manages Y1 data.

Y2

Supported by the .NET Compact Framework.

Gets the ChartDataArray object that manages Y2 data.

Y3

Supported by the .NET Compact Framework.

Gets the ChartDataArray object that manages Y3 data.

Public Methods

Clone

Creates a new series that is a copy of the current series without data.

IsHole

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

Public Events

Draw

Occurs when series is drawing.

PostDraw

Occurs after the series was drawn.

See Also

ChartDataSeries Class | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.