Search
BarSeries Members
Constructors Fields Properties Methods Events
 


Represents one-dimensional series defined by e list of data values and several lists of labels.

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

 Public Constructors

  Name Description

BarSeries

Overloaded. Initializes a new instance of the BarSeries class.

 Protected Fields

  Name Description

emphasizedIndices

Contains the indices of emphasized data items. (Inherited from SimpleSeries.)

labels

Contains the labels of data items. (Inherited from SimpleSeries.)

tooltips

Contains the tooltips of data items. (Inherited from SimpleSeries.)

 Public Properties

  Name Description

Data

Gets or sets the data values contained in this series. (Inherited from SimpleSeries.)

Dimensions

Implements Series.Dimensions. Returns 1. (Inherited from SimpleSeries.)

InnerLabels

Gets or sets the inner labels.

Labels

Gets or sets the data labels. (Inherited from SimpleSeries.)

Size

Implements Series.Size. Returns the number of elements in Data list. (Inherited from SimpleSeries.)

SupportedLabels

SimpleSeries.SupportedLabels override. Returns a combination of InnerLabel, OuterLabel and XAxisLabel.

Title

Implements Series.Title. Gets or sets the title of this series. (Inherited from SimpleSeries.)

ToolTips

Gets or sets the tooltips corresponding to data values. (Inherited from SimpleSeries.)

TopLabels

Gets or sets the top labels.

XAxisLabels

Gets or sets the X axis labels.

 Public Methods

  Name Description

GetLabel

SimpleSeries.GetLabel override. Returns an element of a labels list.

GetValue

Implements Series.GetValue. Returns a value for the specified data item in this series. (Inherited from SimpleSeries.)

IsEmphasized

Implements Series.IsEmphasized. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer. (Inherited from SimpleSeries.)

IsSorted

Implements Series.IsSorted. SimpleSeries always returns false. (Inherited from SimpleSeries.)

 Protected Methods

  Name Description

OnDataChanged

Raises the DataChanged event. (Inherited from SimpleSeries.)

 Public Events

  Name Description

DataChanged

Implements Series.DataChanged. Raised when the values in this series change. (Inherited from SimpleSeries.)

 See Also