IIgrDoughnutChartProps
Properties
Section titled "Properties"Optional actualPixelScalingRatio
Section titled "actualPixelScalingRatio"Resolved pixel scaling ratio. Unless explicitly overridden by the DoughnutChart.PixelScalingRatioComponent property, this one returns the default ratio enforced by device. High resolution devices will initialize this property to a higher value.
actualPixelScalingRatio?: string | number Optional allowSliceExplosion
Section titled "allowSliceExplosion"Gets or sets whether the slices can be exploded.
allowSliceExplosion?: string | boolean Optional allowSliceSelection
Section titled "allowSliceSelection"Gets or sets whether the slices can be selected.
allowSliceSelection?: string | boolean Optional children
Section titled "children"children?: any Optional height
Section titled "height"height?: string Optional holeDimensionsChanged
Section titled "holeDimensionsChanged"Raised when the dimensions (center point or radius) of the doughnut hole change.
holeDimensionsChanged?: object Optional innerExtent
Section titled "innerExtent"Gets or sets the inner extent of the doughnut chart. It is percent from the outer ring's radius.
innerExtent?: string | number Optional isSurfaceInteractionDisabled
Section titled "isSurfaceInteractionDisabled"Gets or sets whether all surface interactions with the plot area should be disabled.
isSurfaceInteractionDisabled?: string | boolean Optional pixelScalingRatio
Section titled "pixelScalingRatio"Gets or sets the scaling value used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
pixelScalingRatio?: string | number Optional selectedSliceFill
Section titled "selectedSliceFill"Gets or sets the fill brush.
selectedSliceFill?: string Optional selectedSliceOpacity
Section titled "selectedSliceOpacity"Gets or sets the opacity.
selectedSliceOpacity?: string | number Optional selectedSliceStroke
Section titled "selectedSliceStroke"Gets or sets the stroke brush.
selectedSliceStroke?: string Optional selectedSliceStrokeThickness
Section titled "selectedSliceStrokeThickness"Gets or sets the stroke thickness.
selectedSliceStrokeThickness?: string | number Optional sliceClick
Section titled "sliceClick"Raised when the slice is clicked.
sliceClick?: object Optional width
Section titled "width"width?: string