Hierarchy

Hierarchy

  • IIgrDoughnutChartProps

Properties

actualPixelScalingRatio?: string | number

Resolved pixel scaling ratio. Unless explicitly overridden by the IgxDoughnutChart.PixelScalingRatioComponent property, this one returns the default ratio enforced by device. High resolution devices will initialize this property to a higher value.

allowSliceExplosion?: string | boolean

Gets or sets whether the slices can be exploded.

allowSliceSelection?: string | boolean

Gets or sets whether the slices can be selected.

children?: ReactNode
height?: string
holeDimensionsChanged?: ((s, e) => void)

Type declaration

innerExtent?: string | number

Gets or sets the inner extent of the doughnut chart. It is percent from the outer ring's radius.

isSurfaceInteractionDisabled?: string | boolean

Gets or sets whether all surface interactions with the plot area should be disabled.

pixelScalingRatio?: string | number

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.

selectedSliceFill?: string

Gets or sets the fill brush.

selectedSliceOpacity?: string | number

Gets or sets the opacity.

selectedSliceStroke?: string

Gets or sets the stroke brush.

selectedSliceStrokeThickness?: string | number

Gets or sets the stroke thickness.

sliceClick?: ((s, e) => void)

Type declaration

width?: string