Skip to content

RadialGaugeChart

Ed Lomonaco edited this page Jul 26, 2020 · 3 revisions

Radial Gauge Chart

Usage

var chart = new RadialGaugeChart { Entries = entries };

Properties

LineSize (float)

Gets or sets the size of each gauge. If negative, then its will be calculated from the available space.

Default Value: -1

LineAreaAlpha (byte)

Gets or sets the gauge background area alpha.

Default Value: 52

StartAngle (float)

Gets or sets the start angle.

Default Value: -90

Inherited from base

IsAnimated (bool)

Gets or sets a value indicating whether chart is animated when entries change.

Default Value: true

AnimationDuration (TimeSpan)

Gets or sets the duration of the animation.

Default Value: 1.5

AnimationProgress (float)

Gets or sets the animation progress.

LabelTextSize (float)

Gets or sets the text size of the labels.

Default Value: 16

Typeface (SKTypeface)

Gets or sets the font.

BackgroundColor (SKColor)

Gets or sets the color of the chart background.

Default Value: SKColors.White

LabelColor (SKColor)

Gets or sets the color of the labels.

Default Value: SKColor.Gray

MinValue (float)

Gets or sets the minimum value from entries. If not defined, it will be the minimum between zero and the minimal entry value.

Default Value: 0

MaxValue (float)

Gets or sets the maximum value from entries. If not defined, it will be the maximum between zero and the maximum entry value.

Default Value: 0

Margin (float)

Gets or sets the global margin.

Default Value: 20