IBarSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a bar series point.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartSeries<TDrawingContext>
IChartElement<TDrawingContext>
IStrokedAndFilled<TDrawingContext>
ICartesianSeries<TDrawingContext>
IErrorSeries<TDrawingContext>
Derived:
BarSeries<TModel, TVisual, TLabel, TDrawingContext>
ColumnSeries<TModel, TVisual, TLabel, TDrawingContext, TErrorGeometry>
RowSeries<TModel, TVisual, TLabel, TDrawingContext, TErrorGeometry>
StackedColumnSeries<TModel, TVisual, TLabel, TDrawingContext, TErrorGeometry>
StackedRowSeries<TModel, TVisual, TLabel, TDrawingContext, TErrorGeometry>
ColumnSeries<TModel>
ColumnSeries<TModel, TVisual>
ColumnSeries<TModel, TVisual, TLabel>
RowSeries<TModel>
RowSeries<TModel, TVisual>
RowSeries<TModel, TVisual, TLabel>
StackedColumnSeries<TModel, TVisual>
StackedColumnSeries<TModel, TVisual, TLabel>
StackedRowSeries<TModel, TVisual>
StackedRowSeries<TModel, TVisual, TLabel>

Properties

Rx
Gets or sets the rx, the radius used in the x axis to round the corners of each column in pixels.
Type: Double
Ry
Gets or sets the ry, the radius used in the y axis to round the corners of each column in pixels.
Type: Double
Gets or sets the padding for each group of bars that share the same secondary coordinate.
Type: Double
Gets or sets the padding for each bar in the series.
Type: Double
Gets or sets the maximum width of the bar.
Type: Double
Gets or sets a value indicating whether the bar position respects the other bars that share the same SecondaryValue.
Type: Boolean