Search
DataBoundSeries Members
Constructors Properties Methods
 


Represents a series whose data items are retrieved from a data source.

The following tables list the members exposed by the DataBoundSeries type.

 Public Constructors

  Name Description

DataBoundSeries

Overloaded.  

 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.

 Public Methods

  Name Description

getLabel

Implements Series.GetLabel. Returns a label for the specified data item in the data source.

getValue

Implements Series.GetValue. Returns a value for the specified data item in the data source.

isEmphasized

Implements Series.IsEmphasized. DataBoundSeries always returns false.

isSorted

Implements Series.IsSorted. Gets a value indicating whether the series values increase monotonously in specified dimension.

onDataChanged

Raises the DataChanged event.

 See Also