BarSeries
Represents a Cartesian series that plots each data point as a rectangular bar whose length is proportional to its bound value, positioned within a discrete category slot.
Definition
Namespace:Telerik.Maui.Controls.Charts
Assembly:Telerik.Maui.Controls.dll
Syntax:
public sealed class BarSeries : CartesianSeries
Inheritance: objectChartSeriesCartesianSeriesBarSeries
Inherited Members
Constructors
public BarSeries()
Fields
CornerRadiusProperty
BindableProperty
Identifies the CornerRadius bindable property.
public static readonly BindableProperty CornerRadiusProperty
FillProperty
BindableProperty
Identifies the Fill bindable property.
public static readonly BindableProperty FillProperty
Properties
Gets or sets the corner radius of each bar in device-independent pixels.
Set this once to automatically round the value end of the bar:
top corners for positive vertical bars, bottom corners for negative vertical bars,
right corners for positive horizontal bars, and left corners for negative horizontal bars.
The default value is 0.
public double CornerRadius { get; set; }