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.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the BarSeries class. |
Name | Description | |
---|---|---|
Contains the indices of emphasized data items. (Inherited from SimpleSeries.) |
||
Contains the labels of data items. (Inherited from SimpleSeries.) |
||
Contains the tooltips of data items. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Gets or sets the data values contained in this series. (Inherited from SimpleSeries.) |
||
Implements Series.Dimensions. Returns 1. (Inherited from SimpleSeries.) |
||
Gets or sets the inner labels. |
||
Gets or sets the data labels. (Inherited from SimpleSeries.) |
||
Implements Series.Size. Returns the number of elements in Data list. (Inherited from SimpleSeries.) |
||
SimpleSeries.SupportedLabels override. Returns a combination of InnerLabel, OuterLabel and XAxisLabel. |
||
Implements Series.Title. Gets or sets the title of this series. (Inherited from SimpleSeries.) |
||
Gets or sets the tooltips corresponding to data values. (Inherited from SimpleSeries.) |
||
Gets or sets the top labels. |
||
Gets or sets the X axis labels. |
Name | Description | |
---|---|---|
SimpleSeries.GetLabel override. Returns an element of a labels list. |
||
Implements Series.GetValue. Returns a value for the specified data item in this series. (Inherited from SimpleSeries.) |
||
Implements Series.IsEmphasized. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer. (Inherited from SimpleSeries.) |
||
Implements Series.IsSorted. SimpleSeries always returns false. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Raises the DataChanged event. (Inherited from SimpleSeries.) |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. (Inherited from SimpleSeries.) |