IIgrRingSeriesBaseProps
Properties
Section titled "Properties"Optional brushes
Section titled "brushes"Gets or sets the palette of brushes to use for coloring the slices.
brushes?: string | string[] Optional children
Section titled "children"children?: ReactNode Optional dataSource
Section titled "dataSource"dataSource?: any[] Optional formatLabel
Section titled "formatLabel"Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
formatLabel?: object Optional formatLegendLabel
Section titled "formatLegendLabel"Sets or gets a function which takes an object that produces a formatted label for displaying in the chart's legend.
formatLegendLabel?: object Optional isSurfaceInteractionDisabled
Section titled "isSurfaceInteractionDisabled"Gets or sets whether all surface interactions with the plot area should be disabled.
isSurfaceInteractionDisabled?: string | boolean Optional labelExtent
Section titled "labelExtent"Gets or sets the pixel amount by which the labels are offset from the edge of the slices.
labelExtent?: string | number Optional labelFormat
Section titled "labelFormat"Gets or sets the label format string to use for the label.
labelFormat?: string Optional labelFormatSpecifiers
Section titled "labelFormatSpecifiers"Gets or sets the format specifiers to use with the LabelFormat string.
labelFormatSpecifiers?: any[] Optional labelInnerColor
Section titled "labelInnerColor"Gets or sets the color for labels rendered inside of the pie chart.
labelInnerColor?: string Optional labelMemberPath
Section titled "labelMemberPath"Gets or sets the property name that contains the labels.
labelMemberPath?: string Optional labelOuterColor
Section titled "labelOuterColor"Gets or sets the color for labels rendered outside of the pie chart.
labelOuterColor?: string Optional labelsPosition
Section titled "labelsPosition"Gets or sets the position of chart labels.
labelsPosition?: string | LabelsPosition Optional leaderLineFill
Section titled "leaderLineFill"Gets or sets the fill brush.
leaderLineFill?: string Optional leaderLineMargin
Section titled "leaderLineMargin"Gets or sets the margin between a label and its leader line. The default is 6 pixels.
leaderLineMargin?: string | number Optional leaderLineOpacity
Section titled "leaderLineOpacity"Gets or sets the opacity.
leaderLineOpacity?: string | number Optional leaderLineStroke
Section titled "leaderLineStroke"Gets or sets the stroke brush.
leaderLineStroke?: string Optional leaderLineStrokeThickness
Section titled "leaderLineStrokeThickness"Gets or sets the stroke thickness.
leaderLineStrokeThickness?: string | number Optional leaderLineType
Section titled "leaderLineType"Gets or sets what type of leader lines will be used for the outside end labels.
leaderLineType?: string | LeaderLineType Optional leaderLineVisibility
Section titled "leaderLineVisibility"Gets or sets whether the leader lines are visible.
leaderLineVisibility?: any Optional legend
Section titled "legend"legend?: any Optional legendLabelFormat
Section titled "legendLabelFormat"Gets or sets the label format string to use for the label.
legendLabelFormat?: string Optional legendLabelFormatSpecifiers
Section titled "legendLabelFormatSpecifiers"Gets or sets the format specifiers to use with the LegendLabelFormat string.
legendLabelFormatSpecifiers?: any[] Optional legendLabelMemberPath
Section titled "legendLabelMemberPath"Gets or sets the property name that contains the legend labels.
legendLabelMemberPath?: string Optional legendOthersLabelFormat
Section titled "legendOthersLabelFormat"Gets or sets the label format string to use for the label.
legendOthersLabelFormat?: string Optional legendOthersLabelFormatSpecifiers
Section titled "legendOthersLabelFormatSpecifiers"Gets or sets the format specifiers to use with the LegendOthersLabelFormat string.
legendOthersLabelFormatSpecifiers?: any[] Sets or gets a required unique name for the series.
name: string Optional othersCategoryFill
Section titled "othersCategoryFill"Gets or sets the fill brush.
othersCategoryFill?: string Optional othersCategoryOpacity
Section titled "othersCategoryOpacity"Gets or sets the opacity.
othersCategoryOpacity?: string | number Optional othersCategoryStroke
Section titled "othersCategoryStroke"Gets or sets the stroke brush.
othersCategoryStroke?: string Optional othersCategoryStrokeThickness
Section titled "othersCategoryStrokeThickness"Gets or sets the stroke thickness.
othersCategoryStrokeThickness?: string | number Optional othersCategoryText
Section titled "othersCategoryText"Gets or sets the label of the Others slice.
othersCategoryText?: string Optional othersCategoryThreshold
Section titled "othersCategoryThreshold"Gets or sets the threshold value that determines if slices are grouped into the Others slice.
othersCategoryThreshold?: string | number Optional othersCategoryType
Section titled "othersCategoryType"Gets or sets whether to use numeric or percent-based threshold value.
othersCategoryType?: any Optional othersLabelFormat
Section titled "othersLabelFormat"Gets or sets the label format string to use for the label.
othersLabelFormat?: string Optional othersLabelFormatSpecifiers
Section titled "othersLabelFormatSpecifiers"Gets or sets the format specifiers to use with the OthersLabelFormat string.
othersLabelFormatSpecifiers?: any[] Optional outlines
Section titled "outlines"Gets or sets the palette of brushes to use for outlines on the slices.
outlines?: string | string[] Optional propertyUpdated
Section titled "propertyUpdated"Event raised when a property (including "effective" and non-dependency property) value changes.
propertyUpdated?: object Optional radiusFactor
Section titled "radiusFactor"Gets or sets the scaling factor of the chart's radius. Value between 0 and 1.
radiusFactor?: 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 showDefaultTooltip
Section titled "showDefaultTooltip"showDefaultTooltip?: boolean Optional startAngle
Section titled "startAngle"Gets or sets the starting angle of the chart. The default zero value is equivalent to 3 o'clock.
startAngle?: string | number Optional textStyle
Section titled "textStyle"Gets or sets the text style to use for labels.
textStyle?: string Optional tooltipContainerTemplate
Section titled "tooltipContainerTemplate"tooltipContainerTemplate?: any Optional tooltipTemplate
Section titled "tooltipTemplate"tooltipTemplate?: any Optional valueMemberPath
Section titled "valueMemberPath"Gets or Sets the property name that contains the values.
valueMemberPath?: string