Search
DataBoundSeries Properties
 


 Public Properties

  Name Description

DataSource

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

DateTimeFormat

Gets or sets the format of the values in the series if they are of type DateTime.

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 outer 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