RingChart
Definition
public class RingChart : ChartBase
Properties
Name | Type | Description | Default |
---|---|---|---|
BackgroundRingStrokeSize | double | Gets or Sets the size of the background ring | 8d |
ValueRingStrokeSize | double | Gets or Sets the size of the ring representing the value | 8d |
HasCurvedLineCaps | bool | If true, value ring line caps will be curved | true |
BackgroundRingColor | Color | Gets or Sets the color of the background ring | Colors.LightGray |
BackgroundRingOpacity | double | Gets or Sets the alpha modifier for color of the background ring | 0.1d |
Color | Color | Gets or Sets the color of the ring representing the value | Colors.RoyalBlue |
ColorOpacity | double | Gets or Sets the alpha modifier for color of the value ring | 1d |
IsClockWise | bool | If true the the value will be drawn clockwise | true |
Minimum | double | Gets or Sets the value to start drawing | 0d |
Maximum | double | Gets or Sets the the last value to draw | 100d |
Value | double | Gets or Sets the value to be represented | 0d |
ValueFormat | string | Gets or Sets the format for the display of value | null |