Search
DataBoundSeries Properties
 


 Public Properties

  Name Description

dataChanged

Raised when the values in this series change.

dataSource

Gets or sets the data source this series is bound to.

dimensions

Implements Series.Dimensions. Returns the number of X/Y/ZDataField properties set.

innerLabelsDataField

Gets or sets the name of inner labels data field in the data source.

outerLabelsDataField

Gets or sets the name of inner labels data field in the data source.

size

Implements Series.Size. Gets the number of data items in the data source.

supportedLabels

Implements Series.SupportedLabels. Result depends on which *LabelsDataField properties are set.

title

Implements Series.Title. Gets or sets the title of this series.

toolTipsDataField

Gets or sets the name of tooltips data field in the data source.

xAxisLabelsDataField

Gets or sets the name of X axis labels data field in the data source.

xDataField

Gets or sets the name of X data field in the data source.

yAxisLabelsDataField

Gets or sets the name of Y axis labels data field in the data source.

yDataField

Gets or sets the name of Y data field in the data source.

zAxisLabelsDataField

Gets or sets the name of Z axis labels data field in the data source.

zDataField

Gets or sets the name of Z data field in the data source.

 See Also