-
Notifications
You must be signed in to change notification settings - Fork 360
RadarChart
var chart = new RadarChart { Entries = entries };
Gets or sets the size of the line.
Default Value: 3
Gets or sets the color of the border line.
Default Value: SKColors.LightGray.WithAlpha(110)
Gets or sets the size of the border line.
Default Value: 2
Gets or sets the point mode.
Default Value: PointMode.Circle
Gets or sets the size of the points.
Default Value: 14
Gets or sets a value indicating whether chart is animated when entries change.
Default Value: true
Gets or sets the duration of the animation.
Default Value: 1.5
Gets or sets the animation progress.
Gets or sets the text size of the labels.
Default Value: 16
Gets or sets the font.
Gets or sets the color of the chart background.
Default Value: SKColors.White
Gets or sets the color of the labels.
Default Value: SKColor.Gray
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
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
Gets or sets the global margin.
Default Value: 20