Skip to main content

RingChart

Definition

public class RingChart : ChartBase

Properties

NameTypeDescriptionDefault
BackgroundRingStrokeSizedoubleGets or Sets the size of the background ring8d
ValueRingStrokeSizedoubleGets or Sets the size of the ring representing the value8d
HasCurvedLineCapsboolIf true, value ring line caps will be curvedtrue
BackgroundRingColorColorGets or Sets the color of the background ringColors.LightGray
BackgroundRingOpacitydoubleGets or Sets the alpha modifier for color of the background ring0.1d
ColorColorGets or Sets the color of the ring representing the valueColors.RoyalBlue
ColorOpacitydoubleGets or Sets the alpha modifier for color of the value ring1d
IsClockWiseboolIf true the the value will be drawn clockwisetrue
MinimumdoubleGets or Sets the value to start drawing0d
MaximumdoubleGets or Sets the the last value to draw100d
ValuedoubleGets or Sets the value to be represented0d
ValueFormatstringGets or Sets the format for the display of valuenull

See Also