New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Constructors

C#
public BarSeries()

Fields

CornerRadiusProperty

BindableProperty

Identifies the CornerRadius bindable property.

C#
public static readonly BindableProperty CornerRadiusProperty

FillProperty

BindableProperty

Identifies the Fill bindable property.

C#
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.

C#
public double CornerRadius { get; set; }

Fill

Brush

Gets or sets the brush used to paint the interior of each bar. Only values are currently supported by the rendering engine; other brush types are ignored. Set to null (the default) to resolve the fill color automatically from the chart's Palette.

C#
public Brush? Fill { get; set; }