IIgrDataPieChartProps
Properties
Section titled "Properties"Optional actualAngleAxisLabelTextColor
Section titled "actualAngleAxisLabelTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets the actual color of labels on the X-axis
actualAngleAxisLabelTextColor?: string Optional actualBrushes
Section titled "actualBrushes"Inherited from: IIgrDataPieBaseChartProps
Gets the actual palette of brushes to use for coloring the chart series.
actualBrushes?: string | string[] Optional actualOutlines
Section titled "actualOutlines"Inherited from: IIgrDataPieBaseChartProps
Gets the actual palette of brushes to use for outlines on the chart series.
actualOutlines?: string | string[] Optional actualValueAxisLabelTextColor
Section titled "actualValueAxisLabelTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets the actual color of labels on the Y-axis
actualValueAxisLabelTextColor?: string Optional alignsGridLinesToPixels
Section titled "alignsGridLinesToPixels"Inherited from: IIgrDataPieBaseChartProps
Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.
Use AlignsGridLinesToPixels propert to indicat whether grid and tick lines are aligned to device pixels.
``
alignsGridLinesToPixels?: string | boolean Optional angleAxisExtent
Section titled "angleAxisExtent"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the distance between the X-axis and the bottom of the chart.
angleAxisExtent?: string | number Optional angleAxisFavorLabellingScaleEnd
Section titled "angleAxisFavorLabellingScaleEnd"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to favor labelling the end of the scale.
angleAxisFavorLabellingScaleEnd?: string | boolean Optional angleAxisFormatLabel
Section titled "angleAxisFormatLabel"Inherited from: IIgrDataPieBaseChartProps
Gets or sets function which takes an context object and returns a formatted label for the X-axis.
angleAxisFormatLabel?: object Optional angleAxisInterval
Section titled "angleAxisInterval"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the frequency of displayed labels along the X-axis. Gets or sets the set value is a factor that determines which labels will be hidden. For example, an interval of 2 will display every other label.
angleAxisInterval?: string | number Optional angleAxisInverted
Section titled "angleAxisInverted"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to invert the direction of the X-axis by placing the first data items on the right side of the chart.
angleAxisInverted?: string | boolean Optional angleAxisLabel
Section titled "angleAxisLabel"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format for labels along the X-axis.
angleAxisLabel?: any Optional angleAxisLabelAngle
Section titled "angleAxisLabelAngle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the angle of rotation for labels along the X-axis.
angleAxisLabelAngle?: string | number Optional angleAxisLabelBottomMargin
Section titled "angleAxisLabelBottomMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the bottom margin of labels on the X-axis
angleAxisLabelBottomMargin?: string | number Optional angleAxisLabelFormat
Section titled "angleAxisLabelFormat"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format string for the X axis label.
angleAxisLabelFormat?: string Optional angleAxisLabelFormatSpecifiers
Section titled "angleAxisLabelFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the AngleAxisLabelFormat string.
angleAxisLabelFormatSpecifiers?: any[] Optional angleAxisLabelHorizontalAlignment
Section titled "angleAxisLabelHorizontalAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Horizontal alignment of X-axis labels.
angleAxisLabelHorizontalAlignment?: any Optional angleAxisLabelLeftMargin
Section titled "angleAxisLabelLeftMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the left margin of labels on the X-axis
angleAxisLabelLeftMargin?: string | number Optional angleAxisLabelLocation
Section titled "angleAxisLabelLocation"Inherited from: IIgrDataPieBaseChartProps
Gets or sets location of X-axis labels, relative to the plot area.
angleAxisLabelLocation?: string | AngleAxisLabelLocation Optional angleAxisLabelRightMargin
Section titled "angleAxisLabelRightMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the right margin of labels on the X-axis
angleAxisLabelRightMargin?: string | number Optional angleAxisLabelTextColor
Section titled "angleAxisLabelTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of labels on the X-axis
angleAxisLabelTextColor?: string Optional angleAxisLabelTextStyle
Section titled "angleAxisLabelTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets CSS font property for labels on X-axis
angleAxisLabelTextStyle?: string Optional angleAxisLabelTopMargin
Section titled "angleAxisLabelTopMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the top margin of labels on the X-axis
angleAxisLabelTopMargin?: string | number Optional angleAxisLabelVerticalAlignment
Section titled "angleAxisLabelVerticalAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Vertical alignment of X-axis labels.
angleAxisLabelVerticalAlignment?: any Optional angleAxisLabelVisibility
Section titled "angleAxisLabelVisibility"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Visibility of X-axis labels.
angleAxisLabelVisibility?: any Optional angleAxisMajorStroke
Section titled "angleAxisMajorStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to major gridlines along the X-axis.
angleAxisMajorStroke?: string Optional angleAxisMajorStrokeThickness
Section titled "angleAxisMajorStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to major gridlines along the X-axis.
angleAxisMajorStrokeThickness?: string | number Optional angleAxisMaximumExtent
Section titled "angleAxisMaximumExtent"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the maximum distance between the X-axis and the bottom of the chart.
angleAxisMaximumExtent?: string | number Optional angleAxisMaximumExtentPercentage
Section titled "angleAxisMaximumExtentPercentage"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the maximum width between the X-axis and the bottom of the chart, as a percentage of total chart width.
angleAxisMaximumExtentPercentage?: string | number Optional angleAxisMinorInterval
Section titled "angleAxisMinorInterval"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the frequency of displayed minor lines along the X-axis. Gets or sets the set value is a factor that determines how the minor lines will be displayed.
angleAxisMinorInterval?: string | number Optional angleAxisMinorStroke
Section titled "angleAxisMinorStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to minor gridlines along the X-axis.
angleAxisMinorStroke?: string Optional angleAxisMinorStrokeThickness
Section titled "angleAxisMinorStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to minor gridlines along the X-axis.
angleAxisMinorStrokeThickness?: string | number Optional angleAxisStrip
Section titled "angleAxisStrip"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to stripes along the X-axis.
angleAxisStrip?: string Optional angleAxisStroke
Section titled "angleAxisStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to the X-axis line.
angleAxisStroke?: string Optional angleAxisStrokeThickness
Section titled "angleAxisStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to the X-axis line.
angleAxisStrokeThickness?: string | number Optional angleAxisTickLength
Section titled "angleAxisTickLength"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the length of tickmarks along the X-axis.
angleAxisTickLength?: string | number Optional angleAxisTickStroke
Section titled "angleAxisTickStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to tickmarks along the X-axis.
angleAxisTickStroke?: string Optional angleAxisTickStrokeThickness
Section titled "angleAxisTickStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to tickmarks along the X-axis.
angleAxisTickStrokeThickness?: string | number Optional angleAxisTitle
Section titled "angleAxisTitle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the Text to display below the X-axis.
angleAxisTitle?: string Optional angleAxisTitleAlignment
Section titled "angleAxisTitleAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Horizontal alignment of the X-axis title.
angleAxisTitleAlignment?: any Optional angleAxisTitleAngle
Section titled "angleAxisTitleAngle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the angle of rotation for the X-axis title.
angleAxisTitleAngle?: string | number Optional angleAxisTitleBottomMargin
Section titled "angleAxisTitleBottomMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the bottom margin of a title on the X-axis
angleAxisTitleBottomMargin?: string | number Optional angleAxisTitleLeftMargin
Section titled "angleAxisTitleLeftMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the left margin of a title on the X-axis
angleAxisTitleLeftMargin?: string | number Optional angleAxisTitleMargin
Section titled "angleAxisTitleMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the margin around a title on the X-axis
angleAxisTitleMargin?: string | number Optional angleAxisTitleRightMargin
Section titled "angleAxisTitleRightMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the right margin of a title on the X-axis
angleAxisTitleRightMargin?: string | number Optional angleAxisTitleTextColor
Section titled "angleAxisTitleTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of title on the X-axis
angleAxisTitleTextColor?: string Optional angleAxisTitleTextStyle
Section titled "angleAxisTitleTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets CSS font property for title on X-axis
angleAxisTitleTextStyle?: string Optional angleAxisTitleTopMargin
Section titled "angleAxisTitleTopMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the top margin of a title on the X-axis
angleAxisTitleTopMargin?: string | number Optional animateSeriesWhenAxisRangeChanges
Section titled "animateSeriesWhenAxisRangeChanges"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
animateSeriesWhenAxisRangeChanges?: string | boolean Optional areaFillOpacity
Section titled "areaFillOpacity"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the fill opacity for all series that have area visuals in this chart. For example, Area, SplineArea, Column chart types
areaFillOpacity?: string | number Optional autoCalloutsVisible
Section titled "autoCalloutsVisible"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if the auto value callouts should be displayed.
autoCalloutsVisible?: string | boolean Optional bottomMargin
Section titled "bottomMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the bottom margin around the chart content.
Use the bottomMargin property for the bottom margin around the chart content.
``
``
bottomMargin?: string | number Optional brushes
Section titled "brushes"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the palette of brushes to use for coloring the chart series. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
Use the Brushes property to set the brushes.
``
brushes?: string | string[] Optional calloutCollisionMode
Section titled "calloutCollisionMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if event annotations should be displayed.
calloutCollisionMode?: any Optional calloutLabelUpdating
Section titled "calloutLabelUpdating"Inherited from: IIgrDataPieBaseChartProps
Occurs when the style of a callout is updated.
calloutLabelUpdating?: object Optional calloutRenderStyleUpdating
Section titled "calloutRenderStyleUpdating"Inherited from: IIgrDataPieBaseChartProps
Occurs when the style of a callout is updated.
calloutRenderStyleUpdating?: object Optional calloutsAllowedPositions
Section titled "calloutsAllowedPositions"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the allowed positions that the callout layer is allowed to use.
calloutsAllowedPositions?: string | IgrCalloutPlacementPositionsCollection Optional calloutsAutoLabelPrecision
Section titled "calloutsAutoLabelPrecision"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the amount of precision to apply to the auto callout labels.
calloutsAutoLabelPrecision?: string | number Optional calloutsBackground
Section titled "calloutsBackground"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of the callout background.
calloutsBackground?: string Optional calloutsContentMemberPath
Section titled "calloutsContentMemberPath"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the member path of the content data for the callouts.
calloutsContentMemberPath?: string Optional calloutsDarkTextColor
Section titled "calloutsDarkTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the text color on light callout background.
calloutsDarkTextColor?: string Optional calloutsDataSource
Section titled "calloutsDataSource"Inherited from: IIgrDataPieBaseChartProps
calloutsDataSource?: any[] Optional calloutsLabelMemberPath
Section titled "calloutsLabelMemberPath"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the member path of the label data for the callouts.
calloutsLabelMemberPath?: string Optional calloutsLeaderBrush
Section titled "calloutsLeaderBrush"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of callout's leader lines.
calloutsLeaderBrush?: string Optional calloutsLightTextColor
Section titled "calloutsLightTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the text color on dark callout background.
calloutsLightTextColor?: string Optional calloutsOutline
Section titled "calloutsOutline"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of the callout outlines.
calloutsOutline?: string Optional calloutsStrokeThickness
Section titled "calloutsStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if the thickness that should be used for the callout outlines.
calloutsStrokeThickness?: string | number Optional calloutsTextColor
Section titled "calloutsTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets text color of callout.
calloutsTextColor?: string Optional calloutsTextStyle
Section titled "calloutsTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the font for callout text.
calloutsTextStyle?: string Optional calloutStyleUpdating
Section titled "calloutStyleUpdating"Inherited from: IIgrDataPieBaseChartProps
Occurs when the style of a callout is updated.
calloutStyleUpdating?: object Optional calloutStyleUpdatingEventEnabled
Section titled "calloutStyleUpdatingEventEnabled"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if event annotations should be displayed.
calloutStyleUpdatingEventEnabled?: string | boolean Optional calloutsUseAutoContrastingLabelColors
Section titled "calloutsUseAutoContrastingLabelColors"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to the label color is automatically decided between a light and dark option for contrast.
calloutsUseAutoContrastingLabelColors?: string | boolean Optional calloutsUseItemColorForFill
Section titled "calloutsUseItemColorForFill"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if the series item color should be used for the callout fills.
calloutsUseItemColorForFill?: string | boolean Optional calloutsUseItemColorForOutline
Section titled "calloutsUseItemColorForOutline"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if the series item color should be used for the callout outlines.
calloutsUseItemColorForOutline?: string | boolean Optional calloutsVisible
Section titled "calloutsVisible"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if callouts should be displayed.
calloutsVisible?: string | boolean Optional calloutsXMemberPath
Section titled "calloutsXMemberPath"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the member path of the X data for the callouts.
calloutsXMemberPath?: string Optional calloutsYMemberPath
Section titled "calloutsYMemberPath"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the member path of the Y data for the callouts.
calloutsYMemberPath?: string Optional chartTitle
Section titled "chartTitle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets text to display above the plot area.
Use the Title property to display the text above the plot area.
``
``
chartTitle?: string Optional chartType
Section titled "chartType"Gets or sets the type of chart series to generate from the data.
chartType?: string | DataPieChartType Optional children
Section titled "children"Inherited from: IIgrDataPieBaseChartProps
children?: ReactNode Optional computedPlotAreaMarginMode
Section titled "computedPlotAreaMarginMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets mode to use for automatically calculating the plot area margin.
computedPlotAreaMarginMode?: string | ComputedPlotAreaMarginMode Optional crosshairsAnnotationEnabled
Section titled "crosshairsAnnotationEnabled"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether annotations are shown along the axis for crosshair values
crosshairsAnnotationEnabled?: string | boolean Optional crosshairsAnnotationXAxisBackground
Section titled "crosshairsAnnotationXAxisBackground"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the background of crosshair annotation on x-axis.
crosshairsAnnotationXAxisBackground?: string Optional crosshairsAnnotationXAxisPrecision
Section titled "crosshairsAnnotationXAxisPrecision"Inherited from: IIgrDataPieBaseChartProps
Gets or sets precision on interpolated values of crosshairs on x-axis.
crosshairsAnnotationXAxisPrecision?: string | number Optional crosshairsAnnotationXAxisTextColor
Section titled "crosshairsAnnotationXAxisTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the text color of crosshair annotation on x-axis.
crosshairsAnnotationXAxisTextColor?: string Optional crosshairsAnnotationYAxisBackground
Section titled "crosshairsAnnotationYAxisBackground"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the background of crosshair annotation on y-axis.
crosshairsAnnotationYAxisBackground?: string Optional crosshairsAnnotationYAxisPrecision
Section titled "crosshairsAnnotationYAxisPrecision"Inherited from: IIgrDataPieBaseChartProps
Gets or sets precision on interpolated values of crosshairs on y-axis.
crosshairsAnnotationYAxisPrecision?: string | number Optional crosshairsAnnotationYAxisTextColor
Section titled "crosshairsAnnotationYAxisTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the text color of crosshair annotation on y-axis.
crosshairsAnnotationYAxisTextColor?: string Optional crosshairsDisplayMode
Section titled "crosshairsDisplayMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the crosshairs to be displayed.
crosshairsDisplayMode?: string | CrosshairsDisplayMode Optional crosshairsLineHorizontalStroke
Section titled "crosshairsLineHorizontalStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to horizontal crosshairs line.
crosshairsLineHorizontalStroke?: string Optional crosshairsLineThickness
Section titled "crosshairsLineThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets thickness of crosshairs lines.
crosshairsLineThickness?: string | number Optional crosshairsLineVerticalStroke
Section titled "crosshairsLineVerticalStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to vertical crosshairs line.
crosshairsLineVerticalStroke?: string Optional crosshairsSkipInvalidData
Section titled "crosshairsSkipInvalidData"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether axis annotation are skipped for invalid data in a given position.
crosshairsSkipInvalidData?: string | boolean Optional crosshairsSkipZeroValueFragments
Section titled "crosshairsSkipZeroValueFragments"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether axis annotation are skipped for zero-value fragments in a given position.
crosshairsSkipZeroValueFragments?: string | boolean Optional crosshairsSnapToData
Section titled "crosshairsSnapToData"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether crosshairs will snap to the nearest data point.
crosshairsSnapToData?: string | boolean Optional darkSliceLabelColor
Section titled "darkSliceLabelColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the Dark color to use for slice labels.
darkSliceLabelColor?: string Optional dataSource
Section titled "dataSource"Gets or sets the data for the chart to use. This can be overriden at the series and axis level.
dataSource?: any[] Optional dataToolTipBadgeMarginBottom
Section titled "dataToolTipBadgeMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipBadgeMarginBottom?: string | number Optional dataToolTipBadgeMarginLeft
Section titled "dataToolTipBadgeMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipBadgeMarginLeft?: string | number Optional dataToolTipBadgeMarginRight
Section titled "dataToolTipBadgeMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipBadgeMarginRight?: string | number Optional dataToolTipBadgeMarginTop
Section titled "dataToolTipBadgeMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipBadgeMarginTop?: string | number Optional dataToolTipBadgeShape
Section titled "dataToolTipBadgeShape"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the BadgeShape for the data legend.
dataToolTipBadgeShape?: any Optional dataToolTipDefaultPositionOffsetX
Section titled "dataToolTipDefaultPositionOffsetX"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the offset of the tooltip layer on the X axis.
dataToolTipDefaultPositionOffsetX?: string | number Optional dataToolTipDefaultPositionOffsetY
Section titled "dataToolTipDefaultPositionOffsetY"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the offset of the tooltip layer on the Y axis.
dataToolTipDefaultPositionOffsetY?: string | number Optional dataToolTipExcludedColumns
Section titled "dataToolTipExcludedColumns"Inherited from: IIgrDataPieBaseChartProps
Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L" The DataToolTipExcludedColumns property takes precedence over values of DataToolTipIncludedColumns property
dataToolTipExcludedColumns?: string[] Optional dataToolTipExcludedSeries
Section titled "dataToolTipExcludedSeries"Inherited from: IIgrDataPieBaseChartProps
Gets or sets indexes, titles, or names of series to exclude from displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title" The DataToolTipExcludedSeries property takes precedence over values of DataToolTipIncludedSeries property
dataToolTipExcludedSeries?: string[] Optional dataToolTipGroupedPositionModeX
Section titled "dataToolTipGroupedPositionModeX"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the tooltip position mode on the X axis for grouped series.
dataToolTipGroupedPositionModeX?: any Optional dataToolTipGroupedPositionModeY
Section titled "dataToolTipGroupedPositionModeY"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the tooltip position mode on the Y axis for grouped series.
dataToolTipGroupedPositionModeY?: any Optional dataToolTipGroupingMode
Section titled "dataToolTipGroupingMode"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupingMode?: any Optional dataToolTipGroupRowMarginBottom
Section titled "dataToolTipGroupRowMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupRowMarginBottom?: string | number Optional dataToolTipGroupRowMarginLeft
Section titled "dataToolTipGroupRowMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupRowMarginLeft?: string | number Optional dataToolTipGroupRowMarginRight
Section titled "dataToolTipGroupRowMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupRowMarginRight?: string | number Optional dataToolTipGroupRowMarginTop
Section titled "dataToolTipGroupRowMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupRowMarginTop?: string | number Optional dataToolTipGroupRowVisible
Section titled "dataToolTipGroupRowVisible"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to show Group row.
dataToolTipGroupRowVisible?: string | boolean Optional dataToolTipGroupTextColor
Section titled "dataToolTipGroupTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the Group text color.
dataToolTipGroupTextColor?: string Optional dataToolTipGroupTextMarginBottom
Section titled "dataToolTipGroupTextMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupTextMarginBottom?: string | number Optional dataToolTipGroupTextMarginLeft
Section titled "dataToolTipGroupTextMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupTextMarginLeft?: string | number Optional dataToolTipGroupTextMarginRight
Section titled "dataToolTipGroupTextMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupTextMarginRight?: string | number Optional dataToolTipGroupTextMarginTop
Section titled "dataToolTipGroupTextMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipGroupTextMarginTop?: string | number Optional dataToolTipGroupTextStyle
Section titled "dataToolTipGroupTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the Group text.
dataToolTipGroupTextStyle?: string Optional dataToolTipHeaderFormatCulture
Section titled "dataToolTipHeaderFormatCulture"Inherited from: IIgrDataPieBaseChartProps
Gets or sets globalization culture when displaying header as date time This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
dataToolTipHeaderFormatCulture?: string Optional dataToolTipHeaderFormatDate
Section titled "dataToolTipHeaderFormatDate"Inherited from: IIgrDataPieBaseChartProps
Gets or sets date format for the header This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
dataToolTipHeaderFormatDate?: any Optional dataToolTipHeaderFormatSpecifiers
Section titled "dataToolTipHeaderFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the HeaderFormatString string.
dataToolTipHeaderFormatSpecifiers?: any[] Optional dataToolTipHeaderFormatString
Section titled "dataToolTipHeaderFormatString"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format string for header text displayed in the data legend.
dataToolTipHeaderFormatString?: string Optional dataToolTipHeaderFormatTime
Section titled "dataToolTipHeaderFormatTime"Inherited from: IIgrDataPieBaseChartProps
Gets or sets time format for the header This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
dataToolTipHeaderFormatTime?: any Optional dataToolTipHeaderRowMarginBottom
Section titled "dataToolTipHeaderRowMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderRowMarginBottom?: string | number Optional dataToolTipHeaderRowMarginLeft
Section titled "dataToolTipHeaderRowMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderRowMarginLeft?: string | number Optional dataToolTipHeaderRowMarginRight
Section titled "dataToolTipHeaderRowMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderRowMarginRight?: string | number Optional dataToolTipHeaderRowMarginTop
Section titled "dataToolTipHeaderRowMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderRowMarginTop?: string | number Optional dataToolTipHeaderRowVisible
Section titled "dataToolTipHeaderRowVisible"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to show Header row.
dataToolTipHeaderRowVisible?: string | boolean Optional dataToolTipHeaderText
Section titled "dataToolTipHeaderText"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the HeaderText for the data legend.
dataToolTipHeaderText?: string Optional dataToolTipHeaderTextColor
Section titled "dataToolTipHeaderTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the header text color.
dataToolTipHeaderTextColor?: string Optional dataToolTipHeaderTextMarginBottom
Section titled "dataToolTipHeaderTextMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderTextMarginBottom?: string | number Optional dataToolTipHeaderTextMarginLeft
Section titled "dataToolTipHeaderTextMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderTextMarginLeft?: string | number Optional dataToolTipHeaderTextMarginRight
Section titled "dataToolTipHeaderTextMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderTextMarginRight?: string | number Optional dataToolTipHeaderTextMarginTop
Section titled "dataToolTipHeaderTextMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipHeaderTextMarginTop?: string | number Optional dataToolTipHeaderTextStyle
Section titled "dataToolTipHeaderTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the header text.
dataToolTipHeaderTextStyle?: string Optional dataToolTipIncludedColumns
Section titled "dataToolTipIncludedColumns"Inherited from: IIgrDataPieBaseChartProps
Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L" The DataToolTipExcludedColumns property takes precedence over values of DataToolTipIncludedColumns property
dataToolTipIncludedColumns?: string[] Optional dataToolTipIncludedSeries
Section titled "dataToolTipIncludedSeries"Inherited from: IIgrDataPieBaseChartProps
Gets or sets indexes, titles, or names of series to include in displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title" The DataToolTipExcludedSeries property takes precedence over values of DataToolTipIncludedSeries property
dataToolTipIncludedSeries?: string[] Optional dataToolTipLabelDisplayMode
Section titled "dataToolTipLabelDisplayMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
dataToolTipLabelDisplayMode?: any Optional dataToolTipLabelTextColor
Section titled "dataToolTipLabelTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text color.
dataToolTipLabelTextColor?: string Optional dataToolTipLabelTextMarginBottom
Section titled "dataToolTipLabelTextMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipLabelTextMarginBottom?: string | number Optional dataToolTipLabelTextMarginLeft
Section titled "dataToolTipLabelTextMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipLabelTextMarginLeft?: string | number Optional dataToolTipLabelTextMarginRight
Section titled "dataToolTipLabelTextMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipLabelTextMarginRight?: string | number Optional dataToolTipLabelTextMarginTop
Section titled "dataToolTipLabelTextMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipLabelTextMarginTop?: string | number Optional dataToolTipLabelTextStyle
Section titled "dataToolTipLabelTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the units text.
dataToolTipLabelTextStyle?: string Optional dataToolTipPositionOffsetX
Section titled "dataToolTipPositionOffsetX"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the offset of the tooltip layer on the X axis.
dataToolTipPositionOffsetX?: string | number Optional dataToolTipPositionOffsetY
Section titled "dataToolTipPositionOffsetY"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the offset of the tooltip layer on the Y axis.
dataToolTipPositionOffsetY?: string | number Optional dataToolTipShouldUpdateWhenSeriesDataChanges
Section titled "dataToolTipShouldUpdateWhenSeriesDataChanges"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the data legend should update when the series data is mutated.
dataToolTipShouldUpdateWhenSeriesDataChanges?: string | boolean Optional dataToolTipSummaryLabelText
Section titled "dataToolTipSummaryLabelText"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text for the data legend.
dataToolTipSummaryLabelText?: string Optional dataToolTipSummaryLabelTextColor
Section titled "dataToolTipSummaryLabelTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text color.
dataToolTipSummaryLabelTextColor?: string Optional dataToolTipSummaryLabelTextStyle
Section titled "dataToolTipSummaryLabelTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the units text.
dataToolTipSummaryLabelTextStyle?: string Optional dataToolTipSummaryRowMarginBottom
Section titled "dataToolTipSummaryRowMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryRowMarginBottom?: string | number Optional dataToolTipSummaryRowMarginLeft
Section titled "dataToolTipSummaryRowMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryRowMarginLeft?: string | number Optional dataToolTipSummaryRowMarginRight
Section titled "dataToolTipSummaryRowMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryRowMarginRight?: string | number Optional dataToolTipSummaryRowMarginTop
Section titled "dataToolTipSummaryRowMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryRowMarginTop?: string | number Optional dataToolTipSummaryTitleText
Section titled "dataToolTipSummaryTitleText"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the SummaryTitleText for the data legend.
dataToolTipSummaryTitleText?: string Optional dataToolTipSummaryTitleTextColor
Section titled "dataToolTipSummaryTitleTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the summary text color.
dataToolTipSummaryTitleTextColor?: string Optional dataToolTipSummaryTitleTextMarginBottom
Section titled "dataToolTipSummaryTitleTextMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryTitleTextMarginBottom?: string | number Optional dataToolTipSummaryTitleTextMarginLeft
Section titled "dataToolTipSummaryTitleTextMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryTitleTextMarginLeft?: string | number Optional dataToolTipSummaryTitleTextMarginRight
Section titled "dataToolTipSummaryTitleTextMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryTitleTextMarginRight?: string | number Optional dataToolTipSummaryTitleTextMarginTop
Section titled "dataToolTipSummaryTitleTextMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipSummaryTitleTextMarginTop?: string | number Optional dataToolTipSummaryTitleTextStyle
Section titled "dataToolTipSummaryTitleTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the summary text.
dataToolTipSummaryTitleTextStyle?: string Optional dataToolTipSummaryType
Section titled "dataToolTipSummaryType"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the SummaryType for the data legend.
dataToolTipSummaryType?: any Optional dataToolTipSummaryUnitsText
Section titled "dataToolTipSummaryUnitsText"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text for the data legend.
dataToolTipSummaryUnitsText?: string Optional dataToolTipSummaryUnitsTextColor
Section titled "dataToolTipSummaryUnitsTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text color.
dataToolTipSummaryUnitsTextColor?: string Optional dataToolTipSummaryUnitsTextStyle
Section titled "dataToolTipSummaryUnitsTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the units text.
dataToolTipSummaryUnitsTextStyle?: string Optional dataToolTipSummaryValueTextColor
Section titled "dataToolTipSummaryValueTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text color.
dataToolTipSummaryValueTextColor?: string Optional dataToolTipSummaryValueTextStyle
Section titled "dataToolTipSummaryValueTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the units text.
dataToolTipSummaryValueTextStyle?: string Optional dataToolTipTitleTextColor
Section titled "dataToolTipTitleTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the display text color.
dataToolTipTitleTextColor?: string Optional dataToolTipTitleTextMarginBottom
Section titled "dataToolTipTitleTextMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipTitleTextMarginBottom?: string | number Optional dataToolTipTitleTextMarginLeft
Section titled "dataToolTipTitleTextMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipTitleTextMarginLeft?: string | number Optional dataToolTipTitleTextMarginRight
Section titled "dataToolTipTitleTextMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipTitleTextMarginRight?: string | number Optional dataToolTipTitleTextMarginTop
Section titled "dataToolTipTitleTextMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipTitleTextMarginTop?: string | number Optional dataToolTipTitleTextStyle
Section titled "dataToolTipTitleTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the display text.
dataToolTipTitleTextStyle?: string Optional dataToolTipUnitsDisplayMode
Section titled "dataToolTipUnitsDisplayMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the UnitsMode for the data legend.
dataToolTipUnitsDisplayMode?: any Optional dataToolTipUnitsText
Section titled "dataToolTipUnitsText"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text for the data legend.
dataToolTipUnitsText?: string Optional dataToolTipUnitsTextColor
Section titled "dataToolTipUnitsTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text color.
dataToolTipUnitsTextColor?: string Optional dataToolTipUnitsTextMarginBottom
Section titled "dataToolTipUnitsTextMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipUnitsTextMarginBottom?: string | number Optional dataToolTipUnitsTextMarginLeft
Section titled "dataToolTipUnitsTextMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipUnitsTextMarginLeft?: string | number Optional dataToolTipUnitsTextMarginRight
Section titled "dataToolTipUnitsTextMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipUnitsTextMarginRight?: string | number Optional dataToolTipUnitsTextMarginTop
Section titled "dataToolTipUnitsTextMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipUnitsTextMarginTop?: string | number Optional dataToolTipUnitsTextStyle
Section titled "dataToolTipUnitsTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the units text.
dataToolTipUnitsTextStyle?: string Optional dataToolTipValueFormatAbbreviation
Section titled "dataToolTipValueFormatAbbreviation"Inherited from: IIgrDataPieBaseChartProps
Gets or sets mode for abbreviating large numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
dataToolTipValueFormatAbbreviation?: any Optional dataToolTipValueFormatCulture
Section titled "dataToolTipValueFormatCulture"Inherited from: IIgrDataPieBaseChartProps
Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
dataToolTipValueFormatCulture?: string Optional dataToolTipValueFormatMaxFractions
Section titled "dataToolTipValueFormatMaxFractions"Inherited from: IIgrDataPieBaseChartProps
Gets or sets maximum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
dataToolTipValueFormatMaxFractions?: string | number Optional dataToolTipValueFormatMinFractions
Section titled "dataToolTipValueFormatMinFractions"Inherited from: IIgrDataPieBaseChartProps
Gets or sets minimum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
dataToolTipValueFormatMinFractions?: string | number Optional dataToolTipValueFormatMode
Section titled "dataToolTipValueFormatMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
dataToolTipValueFormatMode?: any Optional dataToolTipValueFormatSpecifiers
Section titled "dataToolTipValueFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the ValueFormatString string.
dataToolTipValueFormatSpecifiers?: any[] Optional dataToolTipValueFormatString
Section titled "dataToolTipValueFormatString"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format string for values displayed in the data legend.
dataToolTipValueFormatString?: string Optional dataToolTipValueFormatUseGrouping
Section titled "dataToolTipValueFormatUseGrouping"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000 This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
dataToolTipValueFormatUseGrouping?: string | boolean Optional dataToolTipValueRowMarginBottom
Section titled "dataToolTipValueRowMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueRowMarginBottom?: string | number Optional dataToolTipValueRowMarginLeft
Section titled "dataToolTipValueRowMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueRowMarginLeft?: string | number Optional dataToolTipValueRowMarginRight
Section titled "dataToolTipValueRowMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueRowMarginRight?: string | number Optional dataToolTipValueRowMarginTop
Section titled "dataToolTipValueRowMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueRowMarginTop?: string | number Optional dataToolTipValueRowVisible
Section titled "dataToolTipValueRowVisible"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to show series rows.
dataToolTipValueRowVisible?: string | boolean Optional dataToolTipValueTextColor
Section titled "dataToolTipValueTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the units text color.
dataToolTipValueTextColor?: string Optional dataToolTipValueTextMarginBottom
Section titled "dataToolTipValueTextMarginBottom"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueTextMarginBottom?: string | number Optional dataToolTipValueTextMarginLeft
Section titled "dataToolTipValueTextMarginLeft"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueTextMarginLeft?: string | number Optional dataToolTipValueTextMarginRight
Section titled "dataToolTipValueTextMarginRight"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueTextMarginRight?: string | number Optional dataToolTipValueTextMarginTop
Section titled "dataToolTipValueTextMarginTop"Inherited from: IIgrDataPieBaseChartProps
dataToolTipValueTextMarginTop?: string | number Optional dataToolTipValueTextStyle
Section titled "dataToolTipValueTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or Sets the style to use for the units text.
dataToolTipValueTextStyle?: string Optional dataToolTipValueTextUseSeriesColors
Section titled "dataToolTipValueTextUseSeriesColors"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to use series colors when displaying values in the legend
dataToolTipValueTextUseSeriesColors?: string | boolean Optional dataToolTipValueTextWhenMissingData
Section titled "dataToolTipValueTextWhenMissingData"Inherited from: IIgrDataPieBaseChartProps
Gets or sets text displayed when data column is missing a value, e.g. "no data"
dataToolTipValueTextWhenMissingData?: string Optional excludedProperties
Section titled "excludedProperties"Inherited from: IIgrDataPieBaseChartProps
Gets or sets a set of property paths that should be excluded from consideration by the category chart.
The ExcludedProperties property used for the property paths that should be excluded from consideration by the category chart.
``
``
excludedProperties?: string[] Optional filterStringErrorsParsing
Section titled "filterStringErrorsParsing"Inherited from: IIgrDataPieBaseChartProps
filterStringErrorsParsing?: object Optional finalValueAnnotationsBackground
Section titled "finalValueAnnotationsBackground"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the background of final value annotation.
finalValueAnnotationsBackground?: string Optional finalValueAnnotationsPrecision
Section titled "finalValueAnnotationsPrecision"Inherited from: IIgrDataPieBaseChartProps
Gets or sets precision on final value annotation.
finalValueAnnotationsPrecision?: string | number Optional finalValueAnnotationsTextColor
Section titled "finalValueAnnotationsTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the text color of final value annotation.
finalValueAnnotationsTextColor?: string Optional finalValueAnnotationsVisible
Section titled "finalValueAnnotationsVisible"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether annotations for the final value of each series is displayed on the axis.
finalValueAnnotationsVisible?: string | boolean Optional fireMouseLeaveOnManipulationStart
Section titled "fireMouseLeaveOnManipulationStart"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the mouse leave event should fire when a manipulation is starting.
fireMouseLeaveOnManipulationStart?: string | boolean Optional focusBrush
Section titled "focusBrush"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the focus brush to use for the series.
focusBrush?: string Optional focusDismissDelayMilliseconds
Section titled "focusDismissDelayMilliseconds"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the time to wait before visually dismissing a focus highlight.
focusDismissDelayMilliseconds?: string | number Optional focusedSeriesItemsChanged
Section titled "focusedSeriesItemsChanged"Inherited from: IIgrDataPieBaseChartProps
focusedSeriesItemsChanged?: object Optional focusMode
Section titled "focusMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the focus mode to use for the series in the component, when supported.
focusMode?: string | SeriesSelectionMode Optional focusTransitionDuration
Section titled "focusTransitionDuration"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the duration used for animating Focus changes
focusTransitionDuration?: string | number Optional groupSorts
Section titled "groupSorts"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the sorts to apply after grouping has been applied.
groupSorts?: string Optional height
Section titled "height"height?: string Optional highlightedDataSource
Section titled "highlightedDataSource"Inherited from: IIgrDataPieBaseChartProps
Gets or sets a collection of data items used to generate the chart. The HighlightedItemsSource of this chart can be a list of objects containing one or more numeric properties. Additionally, if the objects in the list implement the IEnumerable interface, the Chart will attempt to delve into the sub-collections when reading through the data source. Data binding can be further configured by attributing the data item classes with the DataSeriesMemberIntentAttribute.
highlightedDataSource?: any Optional highlightedLegendItemVisibility
Section titled "highlightedLegendItemVisibility"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.
highlightedLegendItemVisibility?: any Optional highlightedValuesDisplayMode
Section titled "highlightedValuesDisplayMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse. This property applies to Category Chart and Financial Chart controls.
highlightedValuesDisplayMode?: any Optional highlightingBehavior
Section titled "highlightingBehavior"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
highlightingBehavior?: string | SeriesHighlightingBehavior Optional highlightingDismissDelayMilliseconds
Section titled "highlightingDismissDelayMilliseconds"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the time to wait before visually dismissing a highlight.
highlightingDismissDelayMilliseconds?: string | number Optional highlightingFadeOpacity
Section titled "highlightingFadeOpacity"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the target opacity to fade to for fade style highlighting.
highlightingFadeOpacity?: string | number Optional highlightingMode
Section titled "highlightingMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
highlightingMode?: string | SeriesHighlightingMode Optional highlightingTransitionDuration
Section titled "highlightingTransitionDuration"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the duration used for animating highlighting changes
highlightingTransitionDuration?: string | number Optional horizontalViewScrollbarCornerRadius
Section titled "horizontalViewScrollbarCornerRadius"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarCornerRadius?: string | number Optional horizontalViewScrollbarFill
Section titled "horizontalViewScrollbarFill"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarFill?: string Optional horizontalViewScrollbarHeight
Section titled "horizontalViewScrollbarHeight"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarHeight?: string | number Optional horizontalViewScrollbarInset
Section titled "horizontalViewScrollbarInset"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarInset?: string | number Optional horizontalViewScrollbarMaxOpacity
Section titled "horizontalViewScrollbarMaxOpacity"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarMaxOpacity?: string | number Optional horizontalViewScrollbarMode
Section titled "horizontalViewScrollbarMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the horizontal scrollbar mode to use for the series viewer.
horizontalViewScrollbarMode?: string | SeriesViewerScrollbarMode Optional horizontalViewScrollbarOutline
Section titled "horizontalViewScrollbarOutline"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarOutline?: string Optional horizontalViewScrollbarPosition
Section titled "horizontalViewScrollbarPosition"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarPosition?: string | SeriesViewerHorizontalScrollbarPosition Optional horizontalViewScrollbarShouldAddAutoTrackInsets
Section titled "horizontalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarShouldAddAutoTrackInsets?: string | boolean Optional horizontalViewScrollbarStrokeThickness
Section titled "horizontalViewScrollbarStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarStrokeThickness?: string | number Optional horizontalViewScrollbarTrackEndInset
Section titled "horizontalViewScrollbarTrackEndInset"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarTrackEndInset?: string | number Optional horizontalViewScrollbarTrackStartInset
Section titled "horizontalViewScrollbarTrackStartInset"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
horizontalViewScrollbarTrackStartInset?: string | number Optional includedProperties
Section titled "includedProperties"Inherited from: IIgrDataPieBaseChartProps
Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.
The IncludedProperties property used to include the properties for the consideration of the category chart.
``
``
includedProperties?: string[] Optional initialFilter
Section titled "initialFilter"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
initialFilter?: string Optional initialGroups
Section titled "initialGroups"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
initialGroups?: string Optional initialHighlightFilter
Section titled "initialHighlightFilter"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
initialHighlightFilter?: string Optional initialSorts
Section titled "initialSorts"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
initialSorts?: string Optional initialSummaries
Section titled "initialSummaries"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
initialSummaries?: string Optional innerExtent
Section titled "innerExtent"Inherited from: IIgrDataPieBaseChartProps
Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0.
innerExtent?: string | number Optional isHorizontalZoomEnabled
Section titled "isHorizontalZoomEnabled"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the chart can be horizontally zoomed through user interactions.
Use the IsHorizontalZoomEnabled property to allow chart horizontally zoomed .
``
``
``
isHorizontalZoomEnabled?: string | boolean Optional isSeriesHighlightingEnabled
Section titled "isSeriesHighlightingEnabled"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.
isSeriesHighlightingEnabled?: string | boolean Optional isTransitionInEnabled
Section titled "isTransitionInEnabled"Gets or sets whether animation of series plots is enabled when the chart is loading into view
isTransitionInEnabled?: string | boolean Optional isUserAnnotationsEnabled
Section titled "isUserAnnotationsEnabled"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether initiating user annotations from the toolbar is enabled.
isUserAnnotationsEnabled?: string | boolean Optional isVerticalZoomEnabled
Section titled "isVerticalZoomEnabled"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the chart can be vertically zoomed through user interactions.
Use the IsVerticalZoomEnabled property to allow chart zoom vertically.
``
``
isVerticalZoomEnabled?: string | boolean Optional labelMemberPath
Section titled "labelMemberPath"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the overridden value member path to use.
labelMemberPath?: string Optional leftMargin
Section titled "leftMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the left margin of the chart content.
Use the 'leftMargin' property for the left margin of the chart content.
``
``
leftMargin?: string | number Optional legend
Section titled "legend"legend?: any Optional legendEmptyValuesMode
Section titled "legendEmptyValuesMode"Inherited from: IIgrDataPieBaseChartProps
legendEmptyValuesMode?: any Optional legendHighlightingMode
Section titled "legendHighlightingMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
legendHighlightingMode?: string | LegendHighlightingMode Optional legendItemBadgeMode
Section titled "legendItemBadgeMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the mode of legend badges representing all series displayed in a legend linked to this component. This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
legendItemBadgeMode?: any Optional legendItemBadgeShape
Section titled "legendItemBadgeShape"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the type of legend badges representing all series displayed in a legend linked to this component This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
legendItemBadgeShape?: any Optional legendItemVisibility
Section titled "legendItemVisibility"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to show the legend items for the series.
legendItemVisibility?: any Optional legendLabelMemberPath
Section titled "legendLabelMemberPath"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the legend label member path to use.
legendLabelMemberPath?: string Optional legendOthersSliceLabelFormat
Section titled "legendOthersSliceLabelFormat"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label format for the LegendOthersSlices.
legendOthersSliceLabelFormat?: string Optional legendOthersSliceLabelFormatSpecifiers
Section titled "legendOthersSliceLabelFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the labels for the LegendOthersSlices.
legendOthersSliceLabelFormatSpecifiers?: any[] Optional legendSliceLabelContentMode
Section titled "legendSliceLabelContentMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label of the Others slice.
legendSliceLabelContentMode?: any Optional legendSliceLabelFormat
Section titled "legendSliceLabelFormat"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label format for the LegendSlices.
legendSliceLabelFormat?: string Optional legendSliceLabelFormatSpecifiers
Section titled "legendSliceLabelFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the labels for the LegendSlices.
legendSliceLabelFormatSpecifiers?: any[] Optional lightSliceLabelColor
Section titled "lightSliceLabelColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the light color to use for slice labels.
lightSliceLabelColor?: string Optional markerAutomaticBehavior
Section titled "markerAutomaticBehavior"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the default marker type for all series plotted in this chart. This property is ignored when the MarkerTypes property is set
markerAutomaticBehavior?: string | MarkerAutomaticBehavior Optional markerBrushes
Section titled "markerBrushes"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the palette of brushes used for rendering fill area of data point markers. This property applies only to these chart types: point, line, spline, bubble, and polygon
MarkerBrushes property used for rendering fill area of data point markers.
``
``
markerBrushes?: string | string[] Optional markerCollision
Section titled "markerCollision"Inherited from: IIgrDataPieBaseChartProps
Gets or sets collision avoidance between markers on series that support this behaviour.
markerCollision?: string | CollisionAvoidanceType Optional markerFillMode
Section titled "markerFillMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the MarkerFillMode for all series that support markers in this chart.
markerFillMode?: string | MarkerFillMode Optional markerFillOpacity
Section titled "markerFillOpacity"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
markerFillOpacity?: string | number Optional markerMaxCount
Section titled "markerMaxCount"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the maximum number of markers displayed in the plot area of the chart.
markerMaxCount property used to display maximum number of markers in the plot area of the chart.
``
``
markerMaxCount?: string | number Optional markerOutlineMode
Section titled "markerOutlineMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
markerOutlineMode?: string | MarkerOutlineMode Optional markerOutlines
Section titled "markerOutlines"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the palette of brushes used for rendering outlines of data point markers. This property applies only to these chart types: point, line, spline, bubble, and polygon
MarkerOutlines property used for rendering outlines of data point markers.
``
``
markerOutlines?: string | string[] Optional markerThickness
Section titled "markerThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the Marker Thickness for all series that support markers in this chart.
markerThickness?: string | number Optional markerTypes
Section titled "markerTypes"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the marker shapes used for indicating location of data points in this chart. This property applies only to these chart types: point, line, spline, bubble, and polygon
markerTypes?: string | IgrMarkerTypeCollection Optional othersCategoryBrush
Section titled "othersCategoryBrush"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the palette of brushes to use for coloring the chart series.
othersCategoryBrush?: string Optional othersCategoryOutline
Section titled "othersCategoryOutline"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the brush to use as the outline of the Others slice.
othersCategoryOutline?: string Optional othersCategoryText
Section titled "othersCategoryText"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label of the Others slice.
othersCategoryText?: string Optional othersCategoryThreshold
Section titled "othersCategoryThreshold"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the threshold value that determines if slices are grouped into the Others slice.
othersCategoryThreshold?: string | number Optional othersCategoryType
Section titled "othersCategoryType"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to use numeric or percent-based threshold value.
othersCategoryType?: any Optional othersSliceLabelFormat
Section titled "othersSliceLabelFormat"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label format for the OthersSlices.
othersSliceLabelFormat?: string Optional othersSliceLabelFormatSpecifiers
Section titled "othersSliceLabelFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the labels for the OthersSlices.
othersSliceLabelFormatSpecifiers?: any[] Optional outlineMode
Section titled "outlineMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the OutlineMode for all series in this chart.
outlineMode?: string | SeriesOutlineMode Optional outlines
Section titled "outlines"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the palette of brushes to use for outlines on the chart series. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
Use the Outlines property to sets the palette of brushes to use for outlines on the chart series
``
outlines?: string | string[] Optional pixelScalingRatio
Section titled "pixelScalingRatio"Inherited from: IIgrDataPieBaseChartProps
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 plotAreaMarginBottom
Section titled "plotAreaMarginBottom"Inherited from: IIgrDataPieBaseChartProps
Margin applied below the plot area.
plotAreaMarginBottom?: string | number Optional plotAreaMarginLeft
Section titled "plotAreaMarginLeft"Inherited from: IIgrDataPieBaseChartProps
Margin applied to the Left of the plot area.
plotAreaMarginLeft?: string | number Optional plotAreaMarginRight
Section titled "plotAreaMarginRight"Inherited from: IIgrDataPieBaseChartProps
Margin applied to the right of the plot area.
plotAreaMarginRight?: string | number Optional plotAreaMarginTop
Section titled "plotAreaMarginTop"Inherited from: IIgrDataPieBaseChartProps
Margin applied to the Top of the plot area.
plotAreaMarginTop?: string | number Optional plotAreaPointerDown
Section titled "plotAreaPointerDown"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer is pressed down over the plot area.
plotAreaPointerDown?: object Optional plotAreaPointerEnter
Section titled "plotAreaPointerEnter"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer enters the plot area.
plotAreaPointerEnter?: object Optional plotAreaPointerLeave
Section titled "plotAreaPointerLeave"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer leaves the plot area.
plotAreaPointerLeave?: object Optional plotAreaPointerMove
Section titled "plotAreaPointerMove"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer is over the plot area.
plotAreaPointerMove?: object Optional plotAreaPointerUp
Section titled "plotAreaPointerUp"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer is released over the plot area.
plotAreaPointerUp?: object Optional radiusExtent
Section titled "radiusExtent"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the extent of the chart's radius. Value between 0 and 1.
radiusExtent?: string | number Optional radiusX
Section titled "radiusX"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the x-radius of the ellipse that is used to round the corners of the slice.
radiusX?: string | number Optional radiusY
Section titled "radiusY"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the y-radius of the ellipse that is used to round the corners of the slice.
radiusY?: string | number Optional resolution
Section titled "resolution"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the rendering resolution for all series in this chart. Where n = Resolution, for every n horizontal pixels, combine all items into a single data point. When Resolution = 0, all data points will be rendered as graphical objects. Charts with a higher resolution will have faster performance.
Use the Resolution property if the callouts should be display.
``
``
resolution?: string | number Optional rightMargin
Section titled "rightMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the right margin of the chart content.
Use rightMargin property for the right margin of the chart content.
``
``
rightMargin?: string | number Optional selectedSeriesItemsChanged
Section titled "selectedSeriesItemsChanged"Inherited from: IIgrDataPieBaseChartProps
selectedSeriesItemsChanged?: object Optional selectionBehavior
Section titled "selectionBehavior"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the selection behavior to use for the series in the component, when supported.
selectionBehavior?: string | SeriesSelectionBehavior Optional selectionBrush
Section titled "selectionBrush"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the selection brush to use for the series.
selectionBrush?: string Optional selectionDismissDelayMilliseconds
Section titled "selectionDismissDelayMilliseconds"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the time to wait before visually dismissing a selection highlight
selectionDismissDelayMilliseconds?: string | number Optional selectionMode
Section titled "selectionMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the selection mode to use for the series in the component, when supported.
selectionMode?: string | SeriesSelectionMode Optional selectionThickness
Section titled "selectionThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets line thickness when the series is selected.
selectionThickness?: string | number Optional selectionTransitionDuration
Section titled "selectionTransitionDuration"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the duration used for animating Selection changes
selectionTransitionDuration?: string | number Optional seriesAdded
Section titled "seriesAdded"Inherited from: IIgrDataPieBaseChartProps
Event raised when a series is initialized and added to this chart.
SeriesAdded event raised when a series is initialized and added to this chart.
``
seriesAdded?: object Optional seriesClick
Section titled "seriesClick"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer is clicked over a series.
seriesClick?: object Optional seriesPlotAreaMarginHorizontalMode
Section titled "seriesPlotAreaMarginHorizontalMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
seriesPlotAreaMarginHorizontalMode?: string | SeriesPlotAreaMarginHorizontalMode Optional seriesPlotAreaMarginVerticalMode
Section titled "seriesPlotAreaMarginVerticalMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
seriesPlotAreaMarginVerticalMode?: string | SeriesPlotAreaMarginVerticalMode Optional seriesPointerDown
Section titled "seriesPointerDown"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer is pressed down over a Series.
SeriesPointerDown event raised when the pointer is pressed down over a Series
``
seriesPointerDown?: object Optional seriesPointerEnter
Section titled "seriesPointerEnter"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer enters a Series.
SeriesPointerEnter event raised when the pointer enters a Series.
``
``
seriesPointerEnter?: object Optional seriesPointerLeave
Section titled "seriesPointerLeave"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer leaves a Series.
SeriesPointerLeave event raised when the pointer leaves a Series.
``
``
seriesPointerLeave?: object Optional seriesPointerMove
Section titled "seriesPointerMove"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer moves over a Series.
SeriesPointerMove event raised when the pointer moves over a Series.
``
``
seriesPointerMove?: object Optional seriesPointerUp
Section titled "seriesPointerUp"Inherited from: IIgrDataPieBaseChartProps
Occurs when the pointer is released over a Series.
SeriesPointerUp event raised when the pointer is released over a Series.
``
``
seriesPointerUp?: object Optional seriesRemoved
Section titled "seriesRemoved"Inherited from: IIgrDataPieBaseChartProps
Event raised when a series is removed from this chart.
SeriesRemoved event raised when a series is removed from this chart.
``
``
seriesRemoved?: object Optional seriesValueLayerUseLegend
Section titled "seriesValueLayerUseLegend"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if the chart should use the legend for value layers that target series.
seriesValueLayerUseLegend?: string | boolean Optional shouldAvoidAxisAnnotationCollisions
Section titled "shouldAvoidAxisAnnotationCollisions"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether annotations for the final value of each series is displayed on the axis.
shouldAvoidAxisAnnotationCollisions?: string | boolean Optional shouldDisplayMockData
Section titled "shouldDisplayMockData"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the chart should display mock data when the data source has not been provided, if supported for this type of chart.
shouldDisplayMockData?: string | boolean Optional shouldPanOnMaximumZoom
Section titled "shouldPanOnMaximumZoom"Inherited from: IIgrDataPieBaseChartProps
Gets or sets a whether the chart should pan its content when zoo,ing in passed max zoom level.
shouldPanOnMaximumZoom?: string | boolean Optional shouldSimulateHoverMoveCrosshairPoint
Section titled "shouldSimulateHoverMoveCrosshairPoint"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether calling SimulateHover should shift the crosshair point.
shouldSimulateHoverMoveCrosshairPoint?: string | boolean Optional shouldUseSkeletonStyleForMockData
Section titled "shouldUseSkeletonStyleForMockData"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the chart should use a faded skeleton style for mock data.
shouldUseSkeletonStyleForMockData?: string | boolean Optional sliceLabelContentMode
Section titled "sliceLabelContentMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label of the Others slice.
sliceLabelContentMode?: any Optional sliceLabelContentSeparator
Section titled "sliceLabelContentSeparator"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label of the Others slice.
sliceLabelContentSeparator?: string Optional sliceLabelFormat
Section titled "sliceLabelFormat"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the label format for the slices.
sliceLabelFormat?: string Optional sliceLabelFormatSpecifiers
Section titled "sliceLabelFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the labels for the slices.
sliceLabelFormatSpecifiers?: any[] Optional sliceLabelPositionMode
Section titled "sliceLabelPositionMode"Inherited from: IIgrDataPieBaseChartProps
Defines the positioning mode of the slice labels for the pie chart.
sliceLabelPositionMode?: any Optional startAngle
Section titled "startAngle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the start angle to use for the pie chart measured in degrees from the positive x axis.
startAngle?: string | number Optional subtitle
Section titled "subtitle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets text to display below the Title, above the plot area.
Use the Subtitle property to display the text below and above the plot area.
``
``
subtitle?: string Optional subtitleAlignment
Section titled "subtitleAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.
Use the SubtitleAlignment property to Gets or sets horizontal alignment.
``
``
subtitleAlignment?: any Optional subtitleBottomMargin
Section titled "subtitleBottomMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the bottom margin of chart subtitle
Use subtitleBottomMargin property for the bottom margin of chart subtitle.
``
``
subtitleBottomMargin?: string | number Optional subtitleLeftMargin
Section titled "subtitleLeftMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the left margin of chart subtitle
Use subtitleLeftMargin property for the left margin of chart subtitle.
``
``
subtitleLeftMargin?: string | number Optional subtitleRightMargin
Section titled "subtitleRightMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the right margin of chart subtitle
Use subtitleRightMargin property for the right margin of chart subtitle.
``
``
subtitleRightMargin?: string | number Optional subtitleTextColor
Section titled "subtitleTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of chart subtitle
Use subtitleTextColor property to color the subtitle.
``
``
subtitleTextColor?: string Optional subtitleTextStyle
Section titled "subtitleTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets CSS font property for the chart subtitle
Use subtitleTextStyle property for the CSS font of the chart subtitle.
``
``
subtitleTextStyle?: string Optional subtitleTopMargin
Section titled "subtitleTopMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the top margin of chart subtitle
Use subtitleTopMargin property for the top margin of chart subtitle.
``
``
subtitleTopMargin?: string | number Optional sweepDirection
Section titled "sweepDirection"Inherited from: IIgrDataPieBaseChartProps
Defines the percentage of the maximum radius extent to leave blank at the center of the chart. Should be a value between 0.0 and 1.0.
sweepDirection?: string | PieChartSweepDirection Optional thickness
Section titled "thickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline.
Use the Thickness property for the thickness of all the series in this chart.
thickness?: string | number Optional titleAlignment
Section titled "titleAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control.
Use the TitleAlignment property for the horizontal alignment of the title.
``
``
titleAlignment?: any Optional titleBottomMargin
Section titled "titleBottomMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the bottom margin of chart title
Use titleBottomMargin property for the bottom margin of chart title.
``
``
titleBottomMargin?: string | number Optional titleLeftMargin
Section titled "titleLeftMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the left margin of chart title
Use titleLeftMargin property for the left margin of chart title.
``
``
titleLeftMargin?: string | number Optional titleRightMargin
Section titled "titleRightMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the right margin of chart title
Use titleLeftMargin property for the right margin of chart title.
``
``
titleRightMargin?: string | number Optional titleTextColor
Section titled "titleTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of chart title
Use titleTextColor property to color the chart title
``
``
titleTextColor?: string Optional titleTextStyle
Section titled "titleTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets CSS font property for the chart title
Use titleTextStyle property for the CSS font property of the chart title
``
``
titleTextStyle?: string Optional titleTopMargin
Section titled "titleTopMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the top margin of chart title
Use titleTopMargin property for the top margin of chart title.
``
``
titleTopMargin?: string | number Optional tooltipTemplate
Section titled "tooltipTemplate"Inherited from: IIgrDataPieBaseChartProps
tooltipTemplate?: any Optional tooltipTemplates
Section titled "tooltipTemplates"Inherited from: IIgrDataPieBaseChartProps
tooltipTemplates?: any[] Optional toolTipType
Section titled "toolTipType"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the style of tooltip to be displayed.
toolTipType?: string | ToolTipType Optional topMargin
Section titled "topMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the top margin of the chart content.
Use topMargin property for the margin of the chart content.
``
``
topMargin?: string | number Optional transitionDuration
Section titled "transitionDuration"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the duration used for animating series plots when the data is changing
Use the TransitionDuration property to animating between data values.
``
``
transitionDuration?: string | number Optional transitionEasingFunction
Section titled "transitionEasingFunction"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the easing function used for animating series plots when the data is changing. This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
The 'transitionInEasingFunction' property used for easing function for animating series plots when the chart is loading into view.
``
``
transitionEasingFunction?: object Optional transitionInDuration
Section titled "transitionInDuration"Gets or sets the duration used for animating series plots when the chart is loading into view
transitionInDuration?: string | number Optional transitionInEasingFunction
Section titled "transitionInEasingFunction"Gets or sets the easing function used for animating series plots when the chart is loading into view This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
transitionInEasingFunction?: object Optional transitionInMode
Section titled "transitionInMode"Gets or sets the method that determines how to animate series plots when the chart is loading into view
transitionInMode?: string | CategoryTransitionInMode Optional transitionInSpeedType
Section titled "transitionInSpeedType"Gets or sets the arrival speed used for animating series plots when the chart is loading into view
transitionInSpeedType?: string | TransitionInSpeedType Optional transitionOutDuration
Section titled "transitionOutDuration"Gets or sets the duration used for animating series plots when the series is leaving view
transitionOutDuration?: string | number Optional transitionOutEasingFunction
Section titled "transitionOutEasingFunction"Gets or sets the easing function used for animating series plots when the chart is loading into view This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
transitionOutEasingFunction?: object Optional trendLineBrushes
Section titled "trendLineBrushes"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the palette of brushes to used for coloring trend lines in this chart. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
Use the TrendLineBrushes property for coloring trend lines in the chart.
``
``
trendLineBrushes?: string | string[] Optional trendLineLayerUseLegend
Section titled "trendLineLayerUseLegend"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if the chart should use the legend for trendline layers.
trendLineLayerUseLegend?: string | boolean Optional trendLinePeriod
Section titled "trendLinePeriod"Inherited from: IIgrDataPieBaseChartProps
trendLinePeriod?: string | number Optional trendLineThickness
Section titled "trendLineThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness of the trend lines in this chart. This property applies only to these chart types: point, line, spline, and bubble
Use the TrendLineThickness property for the thickness of the trend lines in the chart.
``
``
trendLineThickness?: string | number Optional trendLineType
Section titled "trendLineType"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the formula used for calculating trend lines in this chart. This property applies only to these chart types: point, line, spline, and bubble
Use the TrendLineType property for calculating trend lines.
``
``
trendLineType?: any Optional trendLineTypes
Section titled "trendLineTypes"Inherited from: IIgrDataPieBaseChartProps
Gets or sets what trendlines to use in the chart.
trendLineTypes?: string | IgrTrendLineTypeCollection Optional unknownValuePlotting
Section titled "unknownValuePlotting"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the behavior that determines how unknown values will be plotted on the chart. Null and Double.NaN are two examples of unknown values.
Use the UnknownValuePlotting property to determines the behavior that how unknown values will be plotted on the chart.
``
``
unknownValuePlotting?: any Optional useInsetOutlines
Section titled "useInsetOutlines"Inherited from: IIgrDataPieBaseChartProps
Specifies that slice outlines should be drawn inside the slice rather than halfway in and halfway out.
useInsetOutlines?: string | boolean Optional userAnnotationInformationRequested
Section titled "userAnnotationInformationRequested"Inherited from: IIgrDataPieBaseChartProps
Occurs to request additional information for an annotation being added.
userAnnotationInformationRequested?: object Optional userAnnotationToolTipContentUpdating
Section titled "userAnnotationToolTipContentUpdating"Inherited from: IIgrDataPieBaseChartProps
Occurs to request additional content to display for an annotation tooltip.
userAnnotationToolTipContentUpdating?: object Optional useValueForAutoCalloutLabels
Section titled "useValueForAutoCalloutLabels"Inherited from: IIgrDataPieBaseChartProps
Gets or sets if event annotations should be displayed.
useValueForAutoCalloutLabels?: string | boolean Optional valueAxisAbbreviateLargeNumbers
Section titled "valueAxisAbbreviateLargeNumbers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
valueAxisAbbreviateLargeNumbers?: string | boolean Optional valueAxisAutoRangeBufferMode
Section titled "valueAxisAutoRangeBufferMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
valueAxisAutoRangeBufferMode?: string | AxisRangeBufferMode Optional valueAxisExtent
Section titled "valueAxisExtent"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the distance between the Y-axis and the left edge of the chart.
valueAxisExtent?: string | number Optional valueAxisFavorLabellingScaleEnd
Section titled "valueAxisFavorLabellingScaleEnd"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the axis should favor emitting a label at the end of the scale.
valueAxisFavorLabellingScaleEnd?: string | boolean Optional valueAxisFormatLabel
Section titled "valueAxisFormatLabel"Inherited from: IIgrDataPieBaseChartProps
Gets or sets function which takes a context object and returns a formatted label for the Y-axis.
valueAxisFormatLabel?: object Optional valueAxisInterval
Section titled "valueAxisInterval"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the distance between each label and grid line along the Y-axis.
valueAxisInterval?: string | number Optional valueAxisInverted
Section titled "valueAxisInverted"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart.
valueAxisInverted?: string | boolean Optional valueAxisIsLogarithmic
Section titled "valueAxisIsLogarithmic"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one. Since log(-1) is imaginary and log(0) is undefined, it is recommended to enable this property only when the Y-axis minimum is greater than zero.
valueAxisIsLogarithmic?: string | boolean Optional valueAxisLabel
Section titled "valueAxisLabel"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the property or string from which the labels are derived.
valueAxisLabel?: any Optional valueAxisLabelAngle
Section titled "valueAxisLabelAngle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the angle of rotation for labels along the Y-axis.
valueAxisLabelAngle?: string | number Optional valueAxisLabelBottomMargin
Section titled "valueAxisLabelBottomMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the bottom margin of labels on the Y-axis
valueAxisLabelBottomMargin?: string | number Optional valueAxisLabelFormat
Section titled "valueAxisLabelFormat"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format string for the Y axis label.
valueAxisLabelFormat?: string Optional valueAxisLabelFormatSpecifiers
Section titled "valueAxisLabelFormatSpecifiers"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the format specifiers to use with the ValueAxisLabelFormat string.
valueAxisLabelFormatSpecifiers?: any[] Optional valueAxisLabelHorizontalAlignment
Section titled "valueAxisLabelHorizontalAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Horizontal alignment of Y-axis labels.
valueAxisLabelHorizontalAlignment?: any Optional valueAxisLabelLeftMargin
Section titled "valueAxisLabelLeftMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the left margin of labels on the Y-axis
valueAxisLabelLeftMargin?: string | number Optional valueAxisLabelLocation
Section titled "valueAxisLabelLocation"Inherited from: IIgrDataPieBaseChartProps
Gets or sets location of Y-axis labels, relative to the plot area.
valueAxisLabelLocation?: string | ValueAxisLabelLocation Optional valueAxisLabelRightMargin
Section titled "valueAxisLabelRightMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the right margin of labels on the Y-axis
valueAxisLabelRightMargin?: string | number Optional valueAxisLabelTextColor
Section titled "valueAxisLabelTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of labels on the Y-axis
valueAxisLabelTextColor?: string Optional valueAxisLabelTextStyle
Section titled "valueAxisLabelTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets CSS font property for labels on Y-axis
valueAxisLabelTextStyle?: string Optional valueAxisLabelTopMargin
Section titled "valueAxisLabelTopMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the top margin of labels on the Y-axis
valueAxisLabelTopMargin?: string | number Optional valueAxisLabelVerticalAlignment
Section titled "valueAxisLabelVerticalAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Vertical alignment of Y-axis labels.
valueAxisLabelVerticalAlignment?: any Optional valueAxisLabelVisibility
Section titled "valueAxisLabelVisibility"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Visibility of Y-axis labels.
valueAxisLabelVisibility?: any Optional valueAxisLogarithmBase
Section titled "valueAxisLogarithmBase"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis. This property is effective only when ValueAxisIsLogarithmic is true.
valueAxisLogarithmBase?: string | number Optional valueAxisMajorStroke
Section titled "valueAxisMajorStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to major gridlines along the Y-axis.
valueAxisMajorStroke?: string Optional valueAxisMajorStrokeThickness
Section titled "valueAxisMajorStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to major gridlines along the Y-axis.
valueAxisMajorStrokeThickness?: string | number Optional valueAxisMaximumExtent
Section titled "valueAxisMaximumExtent"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the distance between the Y-axis and the left edge of the chart.
valueAxisMaximumExtent?: string | number Optional valueAxisMaximumExtentPercentage
Section titled "valueAxisMaximumExtentPercentage"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the distance between the Y-axis and the left edge of the chart.
valueAxisMaximumExtentPercentage?: string | number Optional valueAxisMaximumValue
Section titled "valueAxisMaximumValue"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the data value corresponding to the maximum value of the Y-axis.
valueAxisMaximumValue?: string | number Optional valueAxisMinimumValue
Section titled "valueAxisMinimumValue"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the data value corresponding to the minimum value of the Y-axis.
valueAxisMinimumValue?: string | number Optional valueAxisMinorInterval
Section titled "valueAxisMinorInterval"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the frequency of displayed minor lines along the Y-axis.
valueAxisMinorInterval?: string | number Optional valueAxisMinorStroke
Section titled "valueAxisMinorStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to minor gridlines along the Y-axis.
valueAxisMinorStroke?: string Optional valueAxisMinorStrokeThickness
Section titled "valueAxisMinorStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to minor gridlines along the Y-axis.
valueAxisMinorStrokeThickness?: string | number Optional valueAxisStrip
Section titled "valueAxisStrip"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to stripes along the Y-axis.
valueAxisStrip?: string Optional valueAxisStroke
Section titled "valueAxisStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to the Y-axis line.
valueAxisStroke?: string Optional valueAxisStrokeThickness
Section titled "valueAxisStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to the Y-axis line.
valueAxisStrokeThickness?: string | number Optional valueAxisTickLength
Section titled "valueAxisTickLength"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the length of tickmarks along the Y-axis.
valueAxisTickLength?: string | number Optional valueAxisTickStroke
Section titled "valueAxisTickStroke"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the color to apply to tickmarks along the Y-axis.
valueAxisTickStroke?: string Optional valueAxisTickStrokeThickness
Section titled "valueAxisTickStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the thickness to apply to tickmarks along the Y-axis.
valueAxisTickStrokeThickness?: string | number Optional valueAxisTitle
Section titled "valueAxisTitle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the Text to display to the left of the Y-axis.
valueAxisTitle?: string Optional valueAxisTitleAlignment
Section titled "valueAxisTitleAlignment"Inherited from: IIgrDataPieBaseChartProps
Gets or sets Vertical alignment of the Y-axis title.
valueAxisTitleAlignment?: any Optional valueAxisTitleAngle
Section titled "valueAxisTitleAngle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the angle of rotation for the Y-axis title.
valueAxisTitleAngle?: string | number Optional valueAxisTitleBottomMargin
Section titled "valueAxisTitleBottomMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the bottom margin of a title on the Y-axis
valueAxisTitleBottomMargin?: string | number Optional valueAxisTitleLeftMargin
Section titled "valueAxisTitleLeftMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the left margin of a title on the Y-axis
valueAxisTitleLeftMargin?: string | number Optional valueAxisTitleMargin
Section titled "valueAxisTitleMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the margin around a title on the Y-axis
valueAxisTitleMargin?: string | number Optional valueAxisTitleRightMargin
Section titled "valueAxisTitleRightMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the right margin of a title on the Y-axis
valueAxisTitleRightMargin?: string | number Optional valueAxisTitleTextColor
Section titled "valueAxisTitleTextColor"Inherited from: IIgrDataPieBaseChartProps
Gets or sets color of title on the Y-axis
valueAxisTitleTextColor?: string Optional valueAxisTitleTextStyle
Section titled "valueAxisTitleTextStyle"Inherited from: IIgrDataPieBaseChartProps
Gets or sets CSS font property for title on Y-axis
valueAxisTitleTextStyle?: string Optional valueAxisTitleTopMargin
Section titled "valueAxisTitleTopMargin"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the top margin of a title on the Y-axis
valueAxisTitleTopMargin?: string | number Optional valueLines
Section titled "valueLines"Inherited from: IIgrDataPieBaseChartProps
Gets or sets what value lines to use in the chart.
valueLines?: string | IgrValueModeCollection Optional valueLinesBrushes
Section titled "valueLinesBrushes"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the palette of brushes to use for coloring the value lines present in the ValueLines property. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection
valueLinesBrushes?: string | string[] Optional valueLinesThickness
Section titled "valueLinesThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets thickness of value lines.
valueLinesThickness?: string | number Optional valueMemberPath
Section titled "valueMemberPath"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the overridden value member path to use.
valueMemberPath?: string Optional verticalViewScrollbarCornerRadius
Section titled "verticalViewScrollbarCornerRadius"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarCornerRadius?: string | number Optional verticalViewScrollbarFill
Section titled "verticalViewScrollbarFill"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarFill?: string Optional verticalViewScrollbarInset
Section titled "verticalViewScrollbarInset"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarInset?: string | number Optional verticalViewScrollbarMaxOpacity
Section titled "verticalViewScrollbarMaxOpacity"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarMaxOpacity?: string | number Optional verticalViewScrollbarMode
Section titled "verticalViewScrollbarMode"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the vertical scrollbar mode to use for the series viewer.
verticalViewScrollbarMode?: string | SeriesViewerScrollbarMode Optional verticalViewScrollbarOutline
Section titled "verticalViewScrollbarOutline"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarOutline?: string Optional verticalViewScrollbarPosition
Section titled "verticalViewScrollbarPosition"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarPosition?: string | SeriesViewerVerticalScrollbarPosition Optional verticalViewScrollbarShouldAddAutoTrackInsets
Section titled "verticalViewScrollbarShouldAddAutoTrackInsets"Inherited from: IIgrDataPieBaseChartProps
Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarShouldAddAutoTrackInsets?: string | boolean Optional verticalViewScrollbarStrokeThickness
Section titled "verticalViewScrollbarStrokeThickness"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarStrokeThickness?: string | number Optional verticalViewScrollbarTrackEndInset
Section titled "verticalViewScrollbarTrackEndInset"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarTrackEndInset?: string | number Optional verticalViewScrollbarTrackStartInset
Section titled "verticalViewScrollbarTrackStartInset"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarTrackStartInset?: string | number Optional verticalViewScrollbarWidth
Section titled "verticalViewScrollbarWidth"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
verticalViewScrollbarWidth?: string | number Optional width
Section titled "width"width?: string Optional windowRect
Section titled "windowRect"Inherited from: IIgrDataPieBaseChartProps
Gets or sets the rectangle representing the current scroll and zoom state of the chart. WindowRect is expressed as a Rectangle with coordinates and sizes between 0 and 1.
Use WindowRect property representing the current scroll and zoom state of the chart.
``
``
windowRect?: any Optional windowRectMinHeight
Section titled "windowRectMinHeight"Inherited from: IIgrDataPieBaseChartProps
Sets or gets the minimum height that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
windowRectMinHeight?: string | number Optional windowRectMinWidth
Section titled "windowRectMinWidth"Inherited from: IIgrDataPieBaseChartProps
Sets or gets the minimum width that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
windowRectMinWidth?: string | number Optional windowSizeMinHeight
Section titled "windowSizeMinHeight"Inherited from: IIgrDataPieBaseChartProps
Sets or gets minimum pixel height that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property is overridden by the WindowRectMinHeight property
windowSizeMinHeight?: string | number Optional windowSizeMinWidth
Section titled "windowSizeMinWidth"Inherited from: IIgrDataPieBaseChartProps
Sets or gets minimum pixel width that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property is overridden by the WindowRectMinWidth property
windowSizeMinWidth?: string | number