Class BarSeries
Represents a control that contains a data series to be rendered in bar format.
Inheritance
System.Object
BarSeries
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
[StyleTypedProperty(Property = "DataPointStyle", StyleTargetType = typeof(BarDataPoint))]
[StyleTypedProperty(Property = "LegendItemStyle", StyleTargetType = typeof(LegendItem))]
[TemplatePart(Name = "PlotArea", Type = typeof(Canvas))]
public class BarSeries : ColumnBarBaseSeries<BarDataPoint>, IControl, IFrameworkElement, IUIElement, IDependencyObject, 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. |