Class BarSeries
Represents a control that contains a data series to be rendered in bar format.
Inheritance
System.Object
BarSeries
Implements
Inherited Members
System.Windows.FrameworkElement.RegisterName(System.String, System.Object)
System.Windows.FrameworkElement.UnregisterName(System.String)
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public class BarSeries : ColumnBarBaseSeries<BarDataPoint>, ISeries, IRequireSeriesHost, IDataProvider, IRangeProvider, IAxisListener, IValueMarginProvider, IRequireGlobalSeriesIndex, IAnchoredToOrigin
Constructors
| Improve this Doc View SourceBarSeries()
Initializes a new instance of the BarSeries class.
Declaration
public BarSeries()
Methods
| Improve this Doc View SourceGetAxes(DataPoint)
Acquire a horizontal category axis and a vertical linear axis.
Declaration
protected override void GetAxes(DataPoint firstDataPoint)
Parameters
Type | Name | Description |
---|---|---|
DataPoint | firstDataPoint | The first data point. |
Overrides
| Improve this Doc View SourceUpdateDataPoint(DataPoint)
Updates each point.
Declaration
protected override void UpdateDataPoint(DataPoint dataPoint)
Parameters
Type | Name | Description |
---|---|---|
DataPoint | dataPoint | The data point to update. |