IIgrCategoryChartProps
Properties
Section titled "Properties"Optional actualBrushes
Section titled "actualBrushes"Inherited from: IIgrXYChartProps
Gets the actual palette of brushes to use for coloring the chart series.
actualBrushes?: string | string[] Optional actualOutlines
Section titled "actualOutlines"Inherited from: IIgrXYChartProps
Gets the actual palette of brushes to use for outlines on the chart series.
actualOutlines?: string | string[] Optional actualXAxisLabelTextColor
Section titled "actualXAxisLabelTextColor"Inherited from: IIgrXYChartProps
Gets the actual color of labels on the X-axis
actualXAxisLabelTextColor?: string Optional actualYAxisLabelTextColor
Section titled "actualYAxisLabelTextColor"Inherited from: IIgrXYChartProps
Gets the actual color of labels on the Y-axis
actualYAxisLabelTextColor?: string Optional alignsGridLinesToPixels
Section titled "alignsGridLinesToPixels"Inherited from: IIgrXYChartProps
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 animateSeriesWhenAxisRangeChanges
Section titled "animateSeriesWhenAxisRangeChanges"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets if the auto value callouts should be displayed.
autoCalloutsVisible?: string | boolean Optional autoExpandMarginExtraPadding
Section titled "autoExpandMarginExtraPadding"Gets or sets the extra amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
autoExpandMarginExtraPadding?: string | number Optional autoExpandMarginMaximumValue
Section titled "autoExpandMarginMaximumValue"Gets or sets the maximum amount the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
autoExpandMarginMaximumValue?: string | number Optional autoMarginAndAngleUpdateMode
Section titled "autoMarginAndAngleUpdateMode"Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
autoMarginAndAngleUpdateMode?: string | AutoMarginsAndAngleUpdateMode Optional bottomMargin
Section titled "bottomMargin"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets if event annotations should be displayed.
calloutCollisionMode?: any Optional calloutLabelUpdating
Section titled "calloutLabelUpdating"Inherited from: IIgrXYChartProps
Occurs when the style of a callout is updated.
calloutLabelUpdating?: object Optional calloutRenderStyleUpdating
Section titled "calloutRenderStyleUpdating"Inherited from: IIgrXYChartProps
Occurs when the style of a callout is updated.
calloutRenderStyleUpdating?: object Optional calloutsAllowedPositions
Section titled "calloutsAllowedPositions"Inherited from: IIgrXYChartProps
Gets or sets the allowed positions that the callout layer is allowed to use.
calloutsAllowedPositions?: string | IgrCalloutPlacementPositionsCollection Optional calloutsAutoLabelPrecision
Section titled "calloutsAutoLabelPrecision"Inherited from: IIgrXYChartProps
Gets or sets the amount of precision to apply to the auto callout labels.
calloutsAutoLabelPrecision?: string | number Optional calloutsBackground
Section titled "calloutsBackground"Inherited from: IIgrXYChartProps
Gets or sets color of the callout background.
calloutsBackground?: string Optional calloutsContentMemberPath
Section titled "calloutsContentMemberPath"Inherited from: IIgrXYChartProps
Gets or sets the member path of the content data for the callouts.
calloutsContentMemberPath?: string Optional calloutsDarkTextColor
Section titled "calloutsDarkTextColor"Inherited from: IIgrXYChartProps
Gets or sets the text color on light callout background.
calloutsDarkTextColor?: string Optional calloutsDataSource
Section titled "calloutsDataSource"Inherited from: IIgrXYChartProps
calloutsDataSource?: any[] Optional calloutsLabelMemberPath
Section titled "calloutsLabelMemberPath"Inherited from: IIgrXYChartProps
Gets or sets the member path of the label data for the callouts.
calloutsLabelMemberPath?: string Optional calloutsLeaderBrush
Section titled "calloutsLeaderBrush"Inherited from: IIgrXYChartProps
Gets or sets color of callout's leader lines.
calloutsLeaderBrush?: string Optional calloutsLightTextColor
Section titled "calloutsLightTextColor"Inherited from: IIgrXYChartProps
Gets or sets the text color on dark callout background.
calloutsLightTextColor?: string Optional calloutsOutline
Section titled "calloutsOutline"Inherited from: IIgrXYChartProps
Gets or sets color of the callout outlines.
calloutsOutline?: string Optional calloutsStrokeThickness
Section titled "calloutsStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets if the thickness that should be used for the callout outlines.
calloutsStrokeThickness?: string | number Optional calloutsTextColor
Section titled "calloutsTextColor"Inherited from: IIgrXYChartProps
Gets or sets text color of callout.
calloutsTextColor?: string Optional calloutsTextStyle
Section titled "calloutsTextStyle"Inherited from: IIgrXYChartProps
Gets or sets the font for callout text.
calloutsTextStyle?: string Optional calloutStyleUpdating
Section titled "calloutStyleUpdating"Inherited from: IIgrXYChartProps
Occurs when the style of a callout is updated.
calloutStyleUpdating?: object Optional calloutStyleUpdatingEventEnabled
Section titled "calloutStyleUpdatingEventEnabled"Inherited from: IIgrXYChartProps
Gets or sets if event annotations should be displayed.
calloutStyleUpdatingEventEnabled?: string | boolean Optional calloutsUseAutoContrastingLabelColors
Section titled "calloutsUseAutoContrastingLabelColors"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets if callouts should be displayed.
calloutsVisible?: string | boolean Optional calloutsXMemberPath
Section titled "calloutsXMemberPath"Inherited from: IIgrXYChartProps
Gets or sets the member path of the X data for the callouts.
calloutsXMemberPath?: string Optional calloutsYMemberPath
Section titled "calloutsYMemberPath"Inherited from: IIgrXYChartProps
Gets or sets the member path of the Y data for the callouts.
calloutsYMemberPath?: string Optional chartTitle
Section titled "chartTitle"Inherited from: IIgrXYChartProps
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.
The ChartType property determines the type of data series to display.
``
chartType?: string | CategoryChartType Optional children
Section titled "children"Inherited from: IIgrXYChartProps
children?: ReactNode Optional computedPlotAreaMarginMode
Section titled "computedPlotAreaMarginMode"Inherited from: IIgrXYChartProps
Gets or sets mode to use for automatically calculating the plot area margin.
computedPlotAreaMarginMode?: string | ComputedPlotAreaMarginMode Optional crosshairsAnnotationEnabled
Section titled "crosshairsAnnotationEnabled"Inherited from: IIgrXYChartProps
Gets or sets whether annotations are shown along the axis for crosshair values
crosshairsAnnotationEnabled?: string | boolean Optional crosshairsAnnotationXAxisBackground
Section titled "crosshairsAnnotationXAxisBackground"Inherited from: IIgrXYChartProps
Gets or sets the background of crosshair annotation on x-axis.
crosshairsAnnotationXAxisBackground?: string Optional crosshairsAnnotationXAxisPrecision
Section titled "crosshairsAnnotationXAxisPrecision"Inherited from: IIgrXYChartProps
Gets or sets precision on interpolated values of crosshairs on x-axis.
crosshairsAnnotationXAxisPrecision?: string | number Optional crosshairsAnnotationXAxisTextColor
Section titled "crosshairsAnnotationXAxisTextColor"Inherited from: IIgrXYChartProps
Gets or sets the text color of crosshair annotation on x-axis.
crosshairsAnnotationXAxisTextColor?: string Optional crosshairsAnnotationYAxisBackground
Section titled "crosshairsAnnotationYAxisBackground"Inherited from: IIgrXYChartProps
Gets or sets the background of crosshair annotation on y-axis.
crosshairsAnnotationYAxisBackground?: string Optional crosshairsAnnotationYAxisPrecision
Section titled "crosshairsAnnotationYAxisPrecision"Inherited from: IIgrXYChartProps
Gets or sets precision on interpolated values of crosshairs on y-axis.
crosshairsAnnotationYAxisPrecision?: string | number Optional crosshairsAnnotationYAxisTextColor
Section titled "crosshairsAnnotationYAxisTextColor"Inherited from: IIgrXYChartProps
Gets or sets the text color of crosshair annotation on y-axis.
crosshairsAnnotationYAxisTextColor?: string Optional crosshairsDisplayMode
Section titled "crosshairsDisplayMode"Inherited from: IIgrXYChartProps
Gets or sets the crosshairs to be displayed.
crosshairsDisplayMode?: string | CrosshairsDisplayMode Optional crosshairsLineHorizontalStroke
Section titled "crosshairsLineHorizontalStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to horizontal crosshairs line.
crosshairsLineHorizontalStroke?: string Optional crosshairsLineThickness
Section titled "crosshairsLineThickness"Inherited from: IIgrXYChartProps
Gets or sets thickness of crosshairs lines.
crosshairsLineThickness?: string | number Optional crosshairsLineVerticalStroke
Section titled "crosshairsLineVerticalStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to vertical crosshairs line.
crosshairsLineVerticalStroke?: string Optional crosshairsSkipInvalidData
Section titled "crosshairsSkipInvalidData"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets whether crosshairs will snap to the nearest data point.
crosshairsSnapToData?: string | boolean 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: IIgrXYChartProps
dataToolTipBadgeMarginBottom?: string | number Optional dataToolTipBadgeMarginLeft
Section titled "dataToolTipBadgeMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipBadgeMarginLeft?: string | number Optional dataToolTipBadgeMarginRight
Section titled "dataToolTipBadgeMarginRight"Inherited from: IIgrXYChartProps
dataToolTipBadgeMarginRight?: string | number Optional dataToolTipBadgeMarginTop
Section titled "dataToolTipBadgeMarginTop"Inherited from: IIgrXYChartProps
dataToolTipBadgeMarginTop?: string | number Optional dataToolTipBadgeShape
Section titled "dataToolTipBadgeShape"Inherited from: IIgrXYChartProps
Gets or sets the BadgeShape for the data legend.
dataToolTipBadgeShape?: any Optional dataToolTipDefaultPositionOffsetX
Section titled "dataToolTipDefaultPositionOffsetX"Inherited from: IIgrXYChartProps
Gets or sets the offset of the tooltip layer on the X axis.
dataToolTipDefaultPositionOffsetX?: string | number Optional dataToolTipDefaultPositionOffsetY
Section titled "dataToolTipDefaultPositionOffsetY"Inherited from: IIgrXYChartProps
Gets or sets the offset of the tooltip layer on the Y axis.
dataToolTipDefaultPositionOffsetY?: string | number Optional dataToolTipExcludedColumns
Section titled "dataToolTipExcludedColumns"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the tooltip position mode on the X axis for grouped series.
dataToolTipGroupedPositionModeX?: any Optional dataToolTipGroupedPositionModeY
Section titled "dataToolTipGroupedPositionModeY"Inherited from: IIgrXYChartProps
Gets or sets the tooltip position mode on the Y axis for grouped series.
dataToolTipGroupedPositionModeY?: any Optional dataToolTipGroupingMode
Section titled "dataToolTipGroupingMode"Inherited from: IIgrXYChartProps
dataToolTipGroupingMode?: any Optional dataToolTipGroupRowMarginBottom
Section titled "dataToolTipGroupRowMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipGroupRowMarginBottom?: string | number Optional dataToolTipGroupRowMarginLeft
Section titled "dataToolTipGroupRowMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipGroupRowMarginLeft?: string | number Optional dataToolTipGroupRowMarginRight
Section titled "dataToolTipGroupRowMarginRight"Inherited from: IIgrXYChartProps
dataToolTipGroupRowMarginRight?: string | number Optional dataToolTipGroupRowMarginTop
Section titled "dataToolTipGroupRowMarginTop"Inherited from: IIgrXYChartProps
dataToolTipGroupRowMarginTop?: string | number Optional dataToolTipGroupRowVisible
Section titled "dataToolTipGroupRowVisible"Inherited from: IIgrXYChartProps
Gets or sets whether to show Group row.
dataToolTipGroupRowVisible?: string | boolean Optional dataToolTipGroupTextColor
Section titled "dataToolTipGroupTextColor"Inherited from: IIgrXYChartProps
Gets or sets the Group text color.
dataToolTipGroupTextColor?: string Optional dataToolTipGroupTextMarginBottom
Section titled "dataToolTipGroupTextMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipGroupTextMarginBottom?: string | number Optional dataToolTipGroupTextMarginLeft
Section titled "dataToolTipGroupTextMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipGroupTextMarginLeft?: string | number Optional dataToolTipGroupTextMarginRight
Section titled "dataToolTipGroupTextMarginRight"Inherited from: IIgrXYChartProps
dataToolTipGroupTextMarginRight?: string | number Optional dataToolTipGroupTextMarginTop
Section titled "dataToolTipGroupTextMarginTop"Inherited from: IIgrXYChartProps
dataToolTipGroupTextMarginTop?: string | number Optional dataToolTipGroupTextStyle
Section titled "dataToolTipGroupTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the Group text.
dataToolTipGroupTextStyle?: string Optional dataToolTipHeaderFormatCulture
Section titled "dataToolTipHeaderFormatCulture"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the format specifiers to use with the HeaderFormatString string.
dataToolTipHeaderFormatSpecifiers?: any[] Optional dataToolTipHeaderFormatString
Section titled "dataToolTipHeaderFormatString"Inherited from: IIgrXYChartProps
Gets or sets the format string for header text displayed in the data legend.
dataToolTipHeaderFormatString?: string Optional dataToolTipHeaderFormatTime
Section titled "dataToolTipHeaderFormatTime"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
dataToolTipHeaderRowMarginBottom?: string | number Optional dataToolTipHeaderRowMarginLeft
Section titled "dataToolTipHeaderRowMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipHeaderRowMarginLeft?: string | number Optional dataToolTipHeaderRowMarginRight
Section titled "dataToolTipHeaderRowMarginRight"Inherited from: IIgrXYChartProps
dataToolTipHeaderRowMarginRight?: string | number Optional dataToolTipHeaderRowMarginTop
Section titled "dataToolTipHeaderRowMarginTop"Inherited from: IIgrXYChartProps
dataToolTipHeaderRowMarginTop?: string | number Optional dataToolTipHeaderRowVisible
Section titled "dataToolTipHeaderRowVisible"Inherited from: IIgrXYChartProps
Gets or sets whether to show Header row.
dataToolTipHeaderRowVisible?: string | boolean Optional dataToolTipHeaderText
Section titled "dataToolTipHeaderText"Inherited from: IIgrXYChartProps
Gets or sets the HeaderText for the data legend.
dataToolTipHeaderText?: string Optional dataToolTipHeaderTextColor
Section titled "dataToolTipHeaderTextColor"Inherited from: IIgrXYChartProps
Gets or sets the header text color.
dataToolTipHeaderTextColor?: string Optional dataToolTipHeaderTextMarginBottom
Section titled "dataToolTipHeaderTextMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipHeaderTextMarginBottom?: string | number Optional dataToolTipHeaderTextMarginLeft
Section titled "dataToolTipHeaderTextMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipHeaderTextMarginLeft?: string | number Optional dataToolTipHeaderTextMarginRight
Section titled "dataToolTipHeaderTextMarginRight"Inherited from: IIgrXYChartProps
dataToolTipHeaderTextMarginRight?: string | number Optional dataToolTipHeaderTextMarginTop
Section titled "dataToolTipHeaderTextMarginTop"Inherited from: IIgrXYChartProps
dataToolTipHeaderTextMarginTop?: string | number Optional dataToolTipHeaderTextStyle
Section titled "dataToolTipHeaderTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the header text.
dataToolTipHeaderTextStyle?: string Optional dataToolTipIncludedColumns
Section titled "dataToolTipIncludedColumns"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the units text color.
dataToolTipLabelTextColor?: string Optional dataToolTipLabelTextMarginBottom
Section titled "dataToolTipLabelTextMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipLabelTextMarginBottom?: string | number Optional dataToolTipLabelTextMarginLeft
Section titled "dataToolTipLabelTextMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipLabelTextMarginLeft?: string | number Optional dataToolTipLabelTextMarginRight
Section titled "dataToolTipLabelTextMarginRight"Inherited from: IIgrXYChartProps
dataToolTipLabelTextMarginRight?: string | number Optional dataToolTipLabelTextMarginTop
Section titled "dataToolTipLabelTextMarginTop"Inherited from: IIgrXYChartProps
dataToolTipLabelTextMarginTop?: string | number Optional dataToolTipLabelTextStyle
Section titled "dataToolTipLabelTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the units text.
dataToolTipLabelTextStyle?: string Optional dataToolTipPositionOffsetX
Section titled "dataToolTipPositionOffsetX"Inherited from: IIgrXYChartProps
Gets or sets the offset of the tooltip layer on the X axis.
dataToolTipPositionOffsetX?: string | number Optional dataToolTipPositionOffsetY
Section titled "dataToolTipPositionOffsetY"Inherited from: IIgrXYChartProps
Gets or sets the offset of the tooltip layer on the Y axis.
dataToolTipPositionOffsetY?: string | number Optional dataToolTipShouldUpdateWhenSeriesDataChanges
Section titled "dataToolTipShouldUpdateWhenSeriesDataChanges"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the units text for the data legend.
dataToolTipSummaryLabelText?: string Optional dataToolTipSummaryLabelTextColor
Section titled "dataToolTipSummaryLabelTextColor"Inherited from: IIgrXYChartProps
Gets or sets the units text color.
dataToolTipSummaryLabelTextColor?: string Optional dataToolTipSummaryLabelTextStyle
Section titled "dataToolTipSummaryLabelTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the units text.
dataToolTipSummaryLabelTextStyle?: string Optional dataToolTipSummaryRowMarginBottom
Section titled "dataToolTipSummaryRowMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipSummaryRowMarginBottom?: string | number Optional dataToolTipSummaryRowMarginLeft
Section titled "dataToolTipSummaryRowMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipSummaryRowMarginLeft?: string | number Optional dataToolTipSummaryRowMarginRight
Section titled "dataToolTipSummaryRowMarginRight"Inherited from: IIgrXYChartProps
dataToolTipSummaryRowMarginRight?: string | number Optional dataToolTipSummaryRowMarginTop
Section titled "dataToolTipSummaryRowMarginTop"Inherited from: IIgrXYChartProps
dataToolTipSummaryRowMarginTop?: string | number Optional dataToolTipSummaryTitleText
Section titled "dataToolTipSummaryTitleText"Inherited from: IIgrXYChartProps
Gets or sets the SummaryTitleText for the data legend.
dataToolTipSummaryTitleText?: string Optional dataToolTipSummaryTitleTextColor
Section titled "dataToolTipSummaryTitleTextColor"Inherited from: IIgrXYChartProps
Gets or sets the summary text color.
dataToolTipSummaryTitleTextColor?: string Optional dataToolTipSummaryTitleTextMarginBottom
Section titled "dataToolTipSummaryTitleTextMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipSummaryTitleTextMarginBottom?: string | number Optional dataToolTipSummaryTitleTextMarginLeft
Section titled "dataToolTipSummaryTitleTextMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipSummaryTitleTextMarginLeft?: string | number Optional dataToolTipSummaryTitleTextMarginRight
Section titled "dataToolTipSummaryTitleTextMarginRight"Inherited from: IIgrXYChartProps
dataToolTipSummaryTitleTextMarginRight?: string | number Optional dataToolTipSummaryTitleTextMarginTop
Section titled "dataToolTipSummaryTitleTextMarginTop"Inherited from: IIgrXYChartProps
dataToolTipSummaryTitleTextMarginTop?: string | number Optional dataToolTipSummaryTitleTextStyle
Section titled "dataToolTipSummaryTitleTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the summary text.
dataToolTipSummaryTitleTextStyle?: string Optional dataToolTipSummaryType
Section titled "dataToolTipSummaryType"Inherited from: IIgrXYChartProps
Gets or sets the SummaryType for the data legend.
dataToolTipSummaryType?: any Optional dataToolTipSummaryUnitsText
Section titled "dataToolTipSummaryUnitsText"Inherited from: IIgrXYChartProps
Gets or sets the units text for the data legend.
dataToolTipSummaryUnitsText?: string Optional dataToolTipSummaryUnitsTextColor
Section titled "dataToolTipSummaryUnitsTextColor"Inherited from: IIgrXYChartProps
Gets or sets the units text color.
dataToolTipSummaryUnitsTextColor?: string Optional dataToolTipSummaryUnitsTextStyle
Section titled "dataToolTipSummaryUnitsTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the units text.
dataToolTipSummaryUnitsTextStyle?: string Optional dataToolTipSummaryValueTextColor
Section titled "dataToolTipSummaryValueTextColor"Inherited from: IIgrXYChartProps
Gets or sets the units text color.
dataToolTipSummaryValueTextColor?: string Optional dataToolTipSummaryValueTextStyle
Section titled "dataToolTipSummaryValueTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the units text.
dataToolTipSummaryValueTextStyle?: string Optional dataToolTipTitleTextColor
Section titled "dataToolTipTitleTextColor"Inherited from: IIgrXYChartProps
Gets or sets the display text color.
dataToolTipTitleTextColor?: string Optional dataToolTipTitleTextMarginBottom
Section titled "dataToolTipTitleTextMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipTitleTextMarginBottom?: string | number Optional dataToolTipTitleTextMarginLeft
Section titled "dataToolTipTitleTextMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipTitleTextMarginLeft?: string | number Optional dataToolTipTitleTextMarginRight
Section titled "dataToolTipTitleTextMarginRight"Inherited from: IIgrXYChartProps
dataToolTipTitleTextMarginRight?: string | number Optional dataToolTipTitleTextMarginTop
Section titled "dataToolTipTitleTextMarginTop"Inherited from: IIgrXYChartProps
dataToolTipTitleTextMarginTop?: string | number Optional dataToolTipTitleTextStyle
Section titled "dataToolTipTitleTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the display text.
dataToolTipTitleTextStyle?: string Optional dataToolTipUnitsDisplayMode
Section titled "dataToolTipUnitsDisplayMode"Inherited from: IIgrXYChartProps
Gets or sets the UnitsMode for the data legend.
dataToolTipUnitsDisplayMode?: any Optional dataToolTipUnitsText
Section titled "dataToolTipUnitsText"Inherited from: IIgrXYChartProps
Gets or sets the units text for the data legend.
dataToolTipUnitsText?: string Optional dataToolTipUnitsTextColor
Section titled "dataToolTipUnitsTextColor"Inherited from: IIgrXYChartProps
Gets or sets the units text color.
dataToolTipUnitsTextColor?: string Optional dataToolTipUnitsTextMarginBottom
Section titled "dataToolTipUnitsTextMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipUnitsTextMarginBottom?: string | number Optional dataToolTipUnitsTextMarginLeft
Section titled "dataToolTipUnitsTextMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipUnitsTextMarginLeft?: string | number Optional dataToolTipUnitsTextMarginRight
Section titled "dataToolTipUnitsTextMarginRight"Inherited from: IIgrXYChartProps
dataToolTipUnitsTextMarginRight?: string | number Optional dataToolTipUnitsTextMarginTop
Section titled "dataToolTipUnitsTextMarginTop"Inherited from: IIgrXYChartProps
dataToolTipUnitsTextMarginTop?: string | number Optional dataToolTipUnitsTextStyle
Section titled "dataToolTipUnitsTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the units text.
dataToolTipUnitsTextStyle?: string Optional dataToolTipValueFormatAbbreviation
Section titled "dataToolTipValueFormatAbbreviation"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the format specifiers to use with the ValueFormatString string.
dataToolTipValueFormatSpecifiers?: any[] Optional dataToolTipValueFormatString
Section titled "dataToolTipValueFormatString"Inherited from: IIgrXYChartProps
Gets or sets the format string for values displayed in the data legend.
dataToolTipValueFormatString?: string Optional dataToolTipValueFormatUseGrouping
Section titled "dataToolTipValueFormatUseGrouping"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
dataToolTipValueRowMarginBottom?: string | number Optional dataToolTipValueRowMarginLeft
Section titled "dataToolTipValueRowMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipValueRowMarginLeft?: string | number Optional dataToolTipValueRowMarginRight
Section titled "dataToolTipValueRowMarginRight"Inherited from: IIgrXYChartProps
dataToolTipValueRowMarginRight?: string | number Optional dataToolTipValueRowMarginTop
Section titled "dataToolTipValueRowMarginTop"Inherited from: IIgrXYChartProps
dataToolTipValueRowMarginTop?: string | number Optional dataToolTipValueRowVisible
Section titled "dataToolTipValueRowVisible"Inherited from: IIgrXYChartProps
Gets or sets whether to show series rows.
dataToolTipValueRowVisible?: string | boolean Optional dataToolTipValueTextColor
Section titled "dataToolTipValueTextColor"Inherited from: IIgrXYChartProps
Gets or sets the units text color.
dataToolTipValueTextColor?: string Optional dataToolTipValueTextMarginBottom
Section titled "dataToolTipValueTextMarginBottom"Inherited from: IIgrXYChartProps
dataToolTipValueTextMarginBottom?: string | number Optional dataToolTipValueTextMarginLeft
Section titled "dataToolTipValueTextMarginLeft"Inherited from: IIgrXYChartProps
dataToolTipValueTextMarginLeft?: string | number Optional dataToolTipValueTextMarginRight
Section titled "dataToolTipValueTextMarginRight"Inherited from: IIgrXYChartProps
dataToolTipValueTextMarginRight?: string | number Optional dataToolTipValueTextMarginTop
Section titled "dataToolTipValueTextMarginTop"Inherited from: IIgrXYChartProps
dataToolTipValueTextMarginTop?: string | number Optional dataToolTipValueTextStyle
Section titled "dataToolTipValueTextStyle"Inherited from: IIgrXYChartProps
Gets or Sets the style to use for the units text.
dataToolTipValueTextStyle?: string Optional dataToolTipValueTextUseSeriesColors
Section titled "dataToolTipValueTextUseSeriesColors"Inherited from: IIgrXYChartProps
Gets or sets whether to use series colors when displaying values in the legend
dataToolTipValueTextUseSeriesColors?: string | boolean Optional dataToolTipValueTextWhenMissingData
Section titled "dataToolTipValueTextWhenMissingData"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
filterStringErrorsParsing?: object Optional finalValueAnnotationsBackground
Section titled "finalValueAnnotationsBackground"Inherited from: IIgrXYChartProps
Gets or sets the background of final value annotation.
finalValueAnnotationsBackground?: string Optional finalValueAnnotationsPrecision
Section titled "finalValueAnnotationsPrecision"Inherited from: IIgrXYChartProps
Gets or sets precision on final value annotation.
finalValueAnnotationsPrecision?: string | number Optional finalValueAnnotationsTextColor
Section titled "finalValueAnnotationsTextColor"Inherited from: IIgrXYChartProps
Gets or sets the text color of final value annotation.
finalValueAnnotationsTextColor?: string Optional finalValueAnnotationsVisible
Section titled "finalValueAnnotationsVisible"Inherited from: IIgrXYChartProps
Gets or sets whether annotations for the final value of each series is displayed on the axis.
finalValueAnnotationsVisible?: string | boolean Optional focusBrush
Section titled "focusBrush"Inherited from: IIgrXYChartProps
Gets or sets the focus brush to use for the series.
focusBrush?: string Optional focusDismissDelayMilliseconds
Section titled "focusDismissDelayMilliseconds"Inherited from: IIgrXYChartProps
Gets or sets the time to wait before visually dismissing a focus highlight.
focusDismissDelayMilliseconds?: string | number Optional focusedSeriesItemsChanged
Section titled "focusedSeriesItemsChanged"Inherited from: IIgrXYChartProps
focusedSeriesItemsChanged?: object Optional focusMode
Section titled "focusMode"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the duration used for animating Focus changes
focusTransitionDuration?: string | number Optional groupSorts
Section titled "groupSorts"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the time to wait before visually dismissing a highlight.
highlightingDismissDelayMilliseconds?: string | number Optional highlightingFadeOpacity
Section titled "highlightingFadeOpacity"Inherited from: IIgrXYChartProps
Gets or sets the target opacity to fade to for fade style highlighting.
highlightingFadeOpacity?: string | number Optional highlightingMode
Section titled "highlightingMode"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the duration used for animating highlighting changes
highlightingTransitionDuration?: string | number Optional horizontalViewScrollbarCornerRadius
Section titled "horizontalViewScrollbarCornerRadius"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the horizontal scrollbar mode to use for the series viewer.
horizontalViewScrollbarMode?: string | SeriesViewerScrollbarMode Optional horizontalViewScrollbarOutline
Section titled "horizontalViewScrollbarOutline"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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 isCategoryHighlightingEnabled
Section titled "isCategoryHighlightingEnabled"Gets or sets whether the category should be highlighted when hovered
isCategoryHighlightingEnabled?: string | boolean Optional isHorizontalZoomEnabled
Section titled "isHorizontalZoomEnabled"Inherited from: IIgrXYChartProps
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 isItemHighlightingEnabled
Section titled "isItemHighlightingEnabled"Gets or sets whether the item should be highlighted when hovered
isItemHighlightingEnabled?: string | boolean Optional isSeriesHighlightingEnabled
Section titled "isSeriesHighlightingEnabled"Inherited from: IIgrXYChartProps
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 isSplineShapePartOfRange
Section titled "isSplineShapePartOfRange"Gets or sets whether to include the spline shape in the axis range requested of the axis for spline type series.
isSplineShapePartOfRange?: string | boolean Optional isTransitionInEnabled
Section titled "isTransitionInEnabled"Gets or sets whether animation of series plots is enabled when the chart is loading into view
Set IsTransitionInEnabled to true if you want your chart series to animate into position when the chart is loading into view.
``
isTransitionInEnabled?: string | boolean Optional isUserAnnotationsEnabled
Section titled "isUserAnnotationsEnabled"Inherited from: IIgrXYChartProps
Gets or sets whether initiating user annotations from the toolbar is enabled.
isUserAnnotationsEnabled?: string | boolean Optional isVerticalZoomEnabled
Section titled "isVerticalZoomEnabled"Inherited from: IIgrXYChartProps
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 leftMargin
Section titled "leftMargin"Inherited from: IIgrXYChartProps
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 legendHighlightingMode
Section titled "legendHighlightingMode"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets whether to show the legend items for the series.
legendItemVisibility?: any Optional markerAutomaticBehavior
Section titled "markerAutomaticBehavior"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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 markerCollisionAvoidance
Section titled "markerCollisionAvoidance"Gets or sets the behavior for markers in each series which are placed too close together for the current view, resulting in a collision.
MarkerCollisionAvoidance controls the technique the chart uses to avoid overlapping markers.
``
markerCollisionAvoidance?: string | CategorySeriesMarkerCollisionAvoidance Optional markerFillMode
Section titled "markerFillMode"Inherited from: IIgrXYChartProps
Gets or sets the MarkerFillMode for all series that support markers in this chart.
markerFillMode?: string | MarkerFillMode Optional markerFillOpacity
Section titled "markerFillOpacity"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
markerOutlineMode?: string | MarkerOutlineMode Optional markerOutlines
Section titled "markerOutlines"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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 negativeBrushes
Section titled "negativeBrushes"Gets or sets the palette used for coloring negative items of Waterfall chart type.
NegativeBrushes controls the brushes used by the chart for negative data, when the ChartType is one that supports negative brushes.
``
negativeBrushes?: string | string[] Optional negativeOutlines
Section titled "negativeOutlines"Brushes to use for drawing negative elements, when using a chart type with contextual coloring, such as Waterfall.
NegativeOutlines controls the outlines used by the chart for negative data, when the ChartType is one that supports negative brushes.
``
negativeOutlines?: string | string[] Optional outlineMode
Section titled "outlineMode"Inherited from: IIgrXYChartProps
Gets or sets the OutlineMode for all series in this chart.
outlineMode?: string | SeriesOutlineMode Optional outlines
Section titled "outlines"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Margin applied below the plot area.
plotAreaMarginBottom?: string | number Optional plotAreaMarginLeft
Section titled "plotAreaMarginLeft"Inherited from: IIgrXYChartProps
Margin applied to the Left of the plot area.
plotAreaMarginLeft?: string | number Optional plotAreaMarginRight
Section titled "plotAreaMarginRight"Inherited from: IIgrXYChartProps
Margin applied to the right of the plot area.
plotAreaMarginRight?: string | number Optional plotAreaMarginTop
Section titled "plotAreaMarginTop"Inherited from: IIgrXYChartProps
Margin applied to the Top of the plot area.
plotAreaMarginTop?: string | number Optional plotAreaPointerDown
Section titled "plotAreaPointerDown"Inherited from: IIgrXYChartProps
Occurs when the pointer is pressed down over the plot area.
plotAreaPointerDown?: object Optional plotAreaPointerEnter
Section titled "plotAreaPointerEnter"Inherited from: IIgrXYChartProps
Occurs when the pointer enters the plot area.
plotAreaPointerEnter?: object Optional plotAreaPointerLeave
Section titled "plotAreaPointerLeave"Inherited from: IIgrXYChartProps
Occurs when the pointer leaves the plot area.
plotAreaPointerLeave?: object Optional plotAreaPointerMove
Section titled "plotAreaPointerMove"Inherited from: IIgrXYChartProps
Occurs when the pointer is over the plot area.
plotAreaPointerMove?: object Optional plotAreaPointerUp
Section titled "plotAreaPointerUp"Inherited from: IIgrXYChartProps
Occurs when the pointer is released over the plot area.
plotAreaPointerUp?: object Optional resolution
Section titled "resolution"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
selectedSeriesItemsChanged?: object Optional selectionBehavior
Section titled "selectionBehavior"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the selection brush to use for the series.
selectionBrush?: string Optional selectionDismissDelayMilliseconds
Section titled "selectionDismissDelayMilliseconds"Inherited from: IIgrXYChartProps
Gets or sets the time to wait before visually dismissing a selection highlight
selectionDismissDelayMilliseconds?: string | number Optional selectionMode
Section titled "selectionMode"Inherited from: IIgrXYChartProps
Gets or sets the selection mode to use for the series in the component, when supported.
selectionMode?: string | SeriesSelectionMode Optional selectionTransitionDuration
Section titled "selectionTransitionDuration"Inherited from: IIgrXYChartProps
Gets or sets the duration used for animating Selection changes
selectionTransitionDuration?: string | number Optional seriesAdded
Section titled "seriesAdded"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
Occurs when the pointer is clicked over a series.
seriesClick?: object Optional seriesPlotAreaMarginHorizontalMode
Section titled "seriesPlotAreaMarginHorizontalMode"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets if the chart should use the legend for value layers that target series.
seriesValueLayerUseLegend?: string | boolean Optional shouldAutoExpandMarginForInitialLabels
Section titled "shouldAutoExpandMarginForInitialLabels"Gets or sets a whether the series viewer should auto expand margins to accommodate the initial horizontal axis labels.
shouldAutoExpandMarginForInitialLabels?: string | boolean Optional shouldAvoidAxisAnnotationCollisions
Section titled "shouldAvoidAxisAnnotationCollisions"Inherited from: IIgrXYChartProps
Gets or sets whether annotations for the final value of each series is displayed on the axis.
shouldAvoidAxisAnnotationCollisions?: string | boolean Optional shouldConsiderAutoRotationForInitialLabels
Section titled "shouldConsiderAutoRotationForInitialLabels"Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
shouldConsiderAutoRotationForInitialLabels?: string | boolean Optional shouldDisplayMockData
Section titled "shouldDisplayMockData"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets whether calling SimulateHover should shift the crosshair point.
shouldSimulateHoverMoveCrosshairPoint?: string | boolean Optional shouldUseSkeletonStyleForMockData
Section titled "shouldUseSkeletonStyleForMockData"Inherited from: IIgrXYChartProps
Gets or sets whether the chart should use a faded skeleton style for mock data.
shouldUseSkeletonStyleForMockData?: string | boolean Optional subtitle
Section titled "subtitle"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets color of chart subtitle
Use subtitleTextColor property to color the subtitle.
``
``
subtitleTextColor?: string Optional subtitleTextStyle
Section titled "subtitleTextStyle"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the top margin of chart subtitle
Use subtitleTopMargin property for the top margin of chart subtitle.
``
``
subtitleTopMargin?: string | number Optional thickness
Section titled "thickness"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets color of chart title
Use titleTextColor property to color the chart title
``
``
titleTextColor?: string Optional titleTextStyle
Section titled "titleTextStyle"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
tooltipTemplate?: any Optional tooltipTemplates
Section titled "tooltipTemplates"Inherited from: IIgrXYChartProps
tooltipTemplates?: any[] Optional toolTipType
Section titled "toolTipType"Inherited from: IIgrXYChartProps
Gets or sets the style of tooltip to be displayed.
toolTipType?: string | ToolTipType Optional topMargin
Section titled "topMargin"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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 controls the length of time taken by the transition-in animation. Try setting it to 2 seconds:
``
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 controls the direction of the transition-in animation.
``
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 controls the speed of the transition-in animation.
``
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets if the chart should use the legend for trendline layers.
trendLineLayerUseLegend?: string | boolean Optional trendLinePeriod
Section titled "trendLinePeriod"Inherited from: IIgrXYChartProps
trendLinePeriod?: string | number Optional trendLineThickness
Section titled "trendLineThickness"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets what trendlines to use in the chart.
trendLineTypes?: string | IgrTrendLineTypeCollection Optional unknownValuePlotting
Section titled "unknownValuePlotting"Inherited from: IIgrXYChartProps
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 userAnnotationInformationRequested
Section titled "userAnnotationInformationRequested"Inherited from: IIgrXYChartProps
Occurs to request additional information for an annotation being added.
userAnnotationInformationRequested?: object Optional userAnnotationToolTipContentUpdating
Section titled "userAnnotationToolTipContentUpdating"Inherited from: IIgrXYChartProps
Occurs to request additional content to display for an annotation tooltip.
userAnnotationToolTipContentUpdating?: object Optional useValueForAutoCalloutLabels
Section titled "useValueForAutoCalloutLabels"Inherited from: IIgrXYChartProps
Gets or sets if event annotations should be displayed.
useValueForAutoCalloutLabels?: string | boolean Optional valueLines
Section titled "valueLines"Inherited from: IIgrXYChartProps
Gets or sets what value lines to use in the chart.
valueLines?: string | IgrValueModeCollection Optional valueLinesBrushes
Section titled "valueLinesBrushes"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets thickness of value lines.
valueLinesThickness?: string | number Optional verticalViewScrollbarCornerRadius
Section titled "verticalViewScrollbarCornerRadius"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
Gets or sets the vertical scrollbar mode to use for the series viewer.
verticalViewScrollbarMode?: string | SeriesViewerScrollbarMode Optional verticalViewScrollbarOutline
Section titled "verticalViewScrollbarOutline"Inherited from: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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: IIgrXYChartProps
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 Optional xAxisEnhancedIntervalPreferMoreCategoryLabels
Section titled "xAxisEnhancedIntervalPreferMoreCategoryLabels"Gets or sets whether the x axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
xAxisEnhancedIntervalPreferMoreCategoryLabels?: string | boolean Optional xAxisExtent
Section titled "xAxisExtent"Inherited from: IIgrXYChartProps
Gets or sets the distance between the X-axis and the bottom of the chart.
To allocate space between the x-axis and the edge of the chart, set the XAxisExtent property.
``
``
xAxisExtent?: string | number Optional xAxisFormatLabel
Section titled "xAxisFormatLabel"Inherited from: IIgrXYChartProps
Gets or sets function which takes an context object and returns a formatted label for the X-axis.
To customize the text of the x-axis label, set XAxisFormatLabel to a single-parameter function. The argument passed to that function will be your data item.
``
``
xAxisFormatLabel?: object Optional xAxisGap
Section titled "xAxisGap"Gets or sets the amount of space between adjacent categories for the X-axis. The gap is silently clamped to the range [0, 1] when used.
Use the XAxisGap property to configure the spacing between items on the x-axis. This property is relevant only when the displayed series is a type with item spacing, like column series.
An XAxisGap of 0 allocates no space between items. An XAxisGap of 1 allocates a space between items equal to the width of one item.
To set the item spacing to 75% the width of one item, set the XAxisGap to 0.75, as in this code:
``
xAxisGap?: string | number Optional xAxisInterval
Section titled "xAxisInterval"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.
XAxisInterval determines how often to show a label, tickmark, and/or gridline along the x-axis. Set this property to n to display a label every nth item.
``
xAxisInterval?: string | number Optional xAxisInverted
Section titled "xAxisInverted"Inherited from: IIgrXYChartProps
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.
To reverse the direction of items along the x-axis, set the XAxisInverted property to true.
``
``
xAxisInverted?: string | boolean Optional xAxisLabel
Section titled "xAxisLabel"Inherited from: IIgrXYChartProps
Gets or sets the format for labels along the X-axis.
xAxisLabel?: any Optional xAxisLabelAngle
Section titled "xAxisLabelAngle"Inherited from: IIgrXYChartProps
Gets or sets the angle of rotation for labels along the X-axis.
To control the rotation of labels on the x-axis, set the XAxisLabelAngle property to a number of rotational degrees.
``
``
xAxisLabelAngle?: string | number Optional xAxisLabelBottomMargin
Section titled "xAxisLabelBottomMargin"Inherited from: IIgrXYChartProps
Gets or sets the bottom margin of labels on the X-axis
Use the XAxisLabelBottomMargin property to apply a margin below the x-axis labels.
``
``
xAxisLabelBottomMargin?: string | number Optional xAxisLabelFormat
Section titled "xAxisLabelFormat"Inherited from: IIgrXYChartProps
Gets or sets the format string for the X axis label.
xAxisLabelFormat?: string Optional xAxisLabelFormatSpecifiers
Section titled "xAxisLabelFormatSpecifiers"Inherited from: IIgrXYChartProps
Gets or sets the format specifiers to use with the XAxisLabelFormat string.
xAxisLabelFormatSpecifiers?: any[] Optional xAxisLabelHorizontalAlignment
Section titled "xAxisLabelHorizontalAlignment"Inherited from: IIgrXYChartProps
Gets or sets Horizontal alignment of X-axis labels.
xAxisLabelHorizontalAlignment?: any Optional xAxisLabelLeftMargin
Section titled "xAxisLabelLeftMargin"Inherited from: IIgrXYChartProps
Gets or sets the left margin of labels on the X-axis
Use the XAxisLabelLeftMargin property to apply a margin left of the x-axis labels.
``
``
xAxisLabelLeftMargin?: string | number Optional xAxisLabelLocation
Section titled "xAxisLabelLocation"Inherited from: IIgrXYChartProps
Gets or sets location of X-axis labels, relative to the plot area.
xAxisLabelLocation?: string | XAxisLabelLocation Optional xAxisLabelRightMargin
Section titled "xAxisLabelRightMargin"Inherited from: IIgrXYChartProps
Gets or sets the right margin of labels on the X-axis
Use the XAxisLabelRightMargin property to apply a margin right of the x-axis labels.
``
``
xAxisLabelRightMargin?: string | number Optional xAxisLabelTextColor
Section titled "xAxisLabelTextColor"Inherited from: IIgrXYChartProps
Gets or sets color of labels on the X-axis
To change the color of x-axis labels, set the XAxisLabelTextColor property to a color string.
``
``
xAxisLabelTextColor?: string Optional xAxisLabelTextStyle
Section titled "xAxisLabelTextStyle"Inherited from: IIgrXYChartProps
Gets or sets CSS font property for labels on X-axis
To change the font of x-axis labels, set the XAxisLabelTextStyle property.
``
``
xAxisLabelTextStyle?: string Optional xAxisLabelTopMargin
Section titled "xAxisLabelTopMargin"Inherited from: IIgrXYChartProps
Gets or sets the top margin of labels on the X-axis
Use the XAxisLabelTopMargin property to apply a margin above the x-axis labels.
``
``
xAxisLabelTopMargin?: string | number Optional xAxisLabelVerticalAlignment
Section titled "xAxisLabelVerticalAlignment"Inherited from: IIgrXYChartProps
Gets or sets Vertical alignment of X-axis labels.
Use the XAxisLabelVerticalAlignment property to change the vertical position of x-axis labels.
``
``
xAxisLabelVerticalAlignment?: any Optional xAxisLabelVisibility
Section titled "xAxisLabelVisibility"Inherited from: IIgrXYChartProps
Gets or sets Visibility of X-axis labels.
To hide the x-axis labels, set XAxisLabelVisibility to collapsed.
``
``
xAxisLabelVisibility?: any Optional xAxisMajorStroke
Section titled "xAxisMajorStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to major gridlines along the X-axis.
Set XAxisMajorStroke to control the color of major gridlines extending vertically from the x-axis.
``
``
xAxisMajorStroke?: string Optional xAxisMajorStrokeThickness
Section titled "xAxisMajorStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to major gridlines along the X-axis.
Set XAxisMajorStrokeThickness to control the thickness of major gridlines extending vertically from the x-axis.
``
``
xAxisMajorStrokeThickness?: string | number Optional xAxisMaximumExtent
Section titled "xAxisMaximumExtent"Inherited from: IIgrXYChartProps
Gets or sets the distance between the X-axis and the bottom of the chart.
xAxisMaximumExtent?: string | number Optional xAxisMaximumExtentPercentage
Section titled "xAxisMaximumExtentPercentage"Inherited from: IIgrXYChartProps
Gets or sets the distance between the X-axis and the bottom of the chart.
xAxisMaximumExtentPercentage?: string | number Optional xAxisMaximumGap
Section titled "xAxisMaximumGap"Gets or sets the maximum gap value to allow. This defaults to 1.0.
xAxisMaximumGap?: string | number Optional xAxisMinimumGapSize
Section titled "xAxisMinimumGapSize"Gets or sets the minimum amount of pixels to use for the gap between categories, if possible.
xAxisMinimumGapSize?: string | number Optional xAxisMinorInterval
Section titled "xAxisMinorInterval"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.
XAxisMinorInterval determines how often to show a minor gridline along the x-axis. This property is relevant only when the displayed series is a type with grouping, like column series.
XAxisMinorInterval is expressed as a number between 0 and 1, representing the frequency of the interval. To display minor gridlines representing 10ths of an item width, set XAxisMinorInterval to 0.1.
``
xAxisMinorInterval?: string | number Optional xAxisMinorStroke
Section titled "xAxisMinorStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to minor gridlines along the X-axis.
Set XAxisMinorStroke to control the color of minor gridlines extending vertically from the x-axis.
``
``
xAxisMinorStroke?: string Optional xAxisMinorStrokeThickness
Section titled "xAxisMinorStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to minor gridlines along the X-axis.
Set XAxisMinorStrokeThickness to control the thickness of minor gridlines extending vertically from the x-axis.
``
``
xAxisMinorStrokeThickness?: string | number Optional xAxisOverlap
Section titled "xAxisOverlap"Gets or sets the amount of overlap between adjacent categories for the X-axis. Gets or sets the overlap is silently clamped to the range [-1, 1] when used.
Use the XAxisOverlap property to configure the spacing between items on the x-axis. This property is relevant only when the displayed series is a type with item spacing, like column series.
An XAxisOverlap of 0 places grouped items adjacent to each other. An XAxisOverlap of 1 places grouped items in the same axis space, completely overlapping. An XAxisOverlap of -1 places a space between grouped items equal to the width of one item.
To place grouped items with 75% overlap, set the XAxisOverlap to 0.75, as in this code:
``
xAxisOverlap?: string | number Optional xAxisStrip
Section titled "xAxisStrip"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to stripes along the X-axis.
Set XAxisStrip to control the alternating color of stripes extending vertically from the x-axis.
``
``
xAxisStrip?: string Optional xAxisStroke
Section titled "xAxisStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to the X-axis line.
Set XAxisStroke to control the color of the x-axis line.
``
``
xAxisStroke?: string Optional xAxisStrokeThickness
Section titled "xAxisStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to the X-axis line.
Set XAxisStrokeThickness to control the thickness of the x-axis line.
``
``
xAxisStrokeThickness?: string | number Optional xAxisTickLength
Section titled "xAxisTickLength"Inherited from: IIgrXYChartProps
Gets or sets the length of tickmarks along the X-axis.
Set XAxisTickLength to control the length of tickmarks extending vertically from the x-axis line.
``
``
xAxisTickLength?: string | number Optional xAxisTickStroke
Section titled "xAxisTickStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to tickmarks along the X-axis.
Set XAxisTickStroke to control the color of tickmarks extending vertically from the x-axis line.
``
``
xAxisTickStroke?: string Optional xAxisTickStrokeThickness
Section titled "xAxisTickStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to tickmarks along the X-axis.
Set XAxisTickStrokeThickness to control the thickness of tickmarks extending vertically from the x-axis line.
``
``
xAxisTickStrokeThickness?: string | number Optional xAxisTitle
Section titled "xAxisTitle"Inherited from: IIgrXYChartProps
Gets or sets the Text to display below the X-axis.
Set XAxisTitle to display a label adjacent to the x-axis.
``
``
xAxisTitle?: string Optional xAxisTitleAlignment
Section titled "xAxisTitleAlignment"Inherited from: IIgrXYChartProps
Gets or sets Horizontal alignment of the X-axis title.
Set XAxisTitleAlignment to control the horizontal alignment of the x-axis title.
``
``
xAxisTitleAlignment?: any Optional xAxisTitleAngle
Section titled "xAxisTitleAngle"Inherited from: IIgrXYChartProps
Gets or sets the angle of rotation for the X-axis title.
Set XAxisTitleAngle to control the rotation of the x-axis title.
``
``
xAxisTitleAngle?: string | number Optional xAxisTitleBottomMargin
Section titled "xAxisTitleBottomMargin"Inherited from: IIgrXYChartProps
Gets or sets the bottom margin of a title on the X-axis
Use the XAxisTitleBottomMargin property to apply a margin below the x-axis title.
``
``
xAxisTitleBottomMargin?: string | number Optional xAxisTitleLeftMargin
Section titled "xAxisTitleLeftMargin"Inherited from: IIgrXYChartProps
Gets or sets the left margin of a title on the X-axis
Use the XAxisTitleLeftMargin property to apply a margin left of the x-axis title.
``
``
xAxisTitleLeftMargin?: string | number Optional xAxisTitleMargin
Section titled "xAxisTitleMargin"Inherited from: IIgrXYChartProps
Gets or sets the margin around a title on the X-axis
Use the XAxisTitleMargin property to set a margin around the y-axis title.
xAxisTitleMargin?: string | number Optional xAxisTitleRightMargin
Section titled "xAxisTitleRightMargin"Inherited from: IIgrXYChartProps
Gets or sets the right margin of a title on the X-axis
Use the XAxisTitleRightMargin property to apply a margin right of the x-axis title.
``
``
xAxisTitleRightMargin?: string | number Optional xAxisTitleTextColor
Section titled "xAxisTitleTextColor"Inherited from: IIgrXYChartProps
Gets or sets color of title on the X-axis
To change the color of the x-axis title, set the XAxisTitleTextColor property to a color string.
``
``
xAxisTitleTextColor?: string Optional xAxisTitleTextStyle
Section titled "xAxisTitleTextStyle"Inherited from: IIgrXYChartProps
Gets or sets CSS font property for title on X-axis
To change the font of the x-axis title, set the XAxisTitleTextStyle property.
``
``
xAxisTitleTextStyle?: string Optional xAxisTitleTopMargin
Section titled "xAxisTitleTopMargin"Inherited from: IIgrXYChartProps
Gets or sets the top margin of a title on the X-axis
Use the XAxisTitleTopMargin property to apply a margin above the x-axis title.
``
``
xAxisTitleTopMargin?: string | number Optional xAxisZoomMaximumCategoryRange
Section titled "xAxisZoomMaximumCategoryRange"Gets or sets number of visible categories at maximum zooming level This property is overridden by chart's WindowRectMinWidth property
xAxisZoomMaximumCategoryRange?: string | number Optional xAxisZoomMaximumItemSpan
Section titled "xAxisZoomMaximumItemSpan"Gets or sets maximum pixel span of series item that will be visible at maximum zooming level This property ensures that series item does not get stretch above specified value. This property is overridden by chart's WindowRectMinWidth property
xAxisZoomMaximumItemSpan?: string | number Optional xAxisZoomToCategoryRange
Section titled "xAxisZoomToCategoryRange"Gets or sets number of categories that the chart will zoom in and fill plot area This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
xAxisZoomToCategoryRange?: string | number Optional xAxisZoomToCategoryStart
Section titled "xAxisZoomToCategoryStart"Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
xAxisZoomToCategoryStart?: string | number Optional xAxisZoomToItemSpan
Section titled "xAxisZoomToItemSpan"Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span Chart will automatically zoom in until series item has specified pixel span. This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
xAxisZoomToItemSpan?: string | number Optional yAxisAbbreviateLargeNumbers
Section titled "yAxisAbbreviateLargeNumbers"Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
To abbreviate on the y-axis using formats like "1K" or "1M," set YAxisAbbreviateLargeNumbers to true.
``
yAxisAbbreviateLargeNumbers?: string | boolean Optional yAxisAutoRangeBufferMode
Section titled "yAxisAutoRangeBufferMode"Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
yAxisAutoRangeBufferMode?: string | AxisRangeBufferMode Optional yAxisEnhancedIntervalPreferMoreCategoryLabels
Section titled "yAxisEnhancedIntervalPreferMoreCategoryLabels"Gets or sets whether the y axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
yAxisEnhancedIntervalPreferMoreCategoryLabels?: string | boolean Optional yAxisExtent
Section titled "yAxisExtent"Inherited from: IIgrXYChartProps
Gets or sets the distance between the Y-axis and the left edge of the chart.
To allocate space between the x-axis and the edge of the chart, set the XAxisExtent property.
``
``
yAxisExtent?: string | number Optional yAxisFavorLabellingScaleEnd
Section titled "yAxisFavorLabellingScaleEnd"Gets or sets whether the axis should favor emitting a label at the end of the scale.
yAxisFavorLabellingScaleEnd?: string | boolean Optional yAxisFormatLabel
Section titled "yAxisFormatLabel"Inherited from: IIgrXYChartProps
Gets or sets function which takes a context object and returns a formatted label for the Y-axis.
To customize the text of the y-axis label, set YAxisFormatLabel to a single-parameter function. The argument passed to that function will be the numeric value corresponding to a position on the y-axis.
``
``
yAxisFormatLabel?: object Optional yAxisInterval
Section titled "yAxisInterval"Gets or sets the distance between each label and grid line along the Y-axis.
YAxisInterval determines how often to show a label, tickmark, and/or gridline along the y-axis. Set this property to a number less than the numeric range of the y-axis.
``
yAxisInterval?: string | number Optional yAxisInverted
Section titled "yAxisInverted"Inherited from: IIgrXYChartProps
Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart.
You can use YAxisInverted to invert the scale of the y axis like this:
``
``
The default value of YAxisInverted is false.
yAxisInverted?: string | boolean Optional yAxisIsLogarithmic
Section titled "yAxisIsLogarithmic"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.
Set YAxisIsLogarithmic to true if you want the y-axis to be a logarithmic scale.
``
yAxisIsLogarithmic?: string | boolean Optional yAxisLabel
Section titled "yAxisLabel"Inherited from: IIgrXYChartProps
Gets or sets the property or string from which the labels are derived.
yAxisLabel?: any Optional yAxisLabelAngle
Section titled "yAxisLabelAngle"Inherited from: IIgrXYChartProps
Gets or sets the angle of rotation for labels along the Y-axis.
To control the rotation of labels on the y-axis, set the YAxisLabelAngle property to a number of rotational degrees.
``
``
yAxisLabelAngle?: string | number Optional yAxisLabelBottomMargin
Section titled "yAxisLabelBottomMargin"Inherited from: IIgrXYChartProps
Gets or sets the bottom margin of labels on the Y-axis
Use the YAxisLabelBottomMargin property to apply a margin below the y-axis labels.
``
``
yAxisLabelBottomMargin?: string | number Optional yAxisLabelFormat
Section titled "yAxisLabelFormat"Inherited from: IIgrXYChartProps
Gets or sets the format string for the Y axis label.
yAxisLabelFormat?: string Optional yAxisLabelFormatSpecifiers
Section titled "yAxisLabelFormatSpecifiers"Inherited from: IIgrXYChartProps
Gets or sets the format specifiers to use with the YAxisLabelFormat string.
yAxisLabelFormatSpecifiers?: any[] Optional yAxisLabelHorizontalAlignment
Section titled "yAxisLabelHorizontalAlignment"Inherited from: IIgrXYChartProps
Gets or sets Horizontal alignment of Y-axis labels.
Set the YAxisLabelHorizontalAlignment property to change the horizontal alignment of y-axis labels.
yAxisLabelHorizontalAlignment?: any Optional yAxisLabelLeftMargin
Section titled "yAxisLabelLeftMargin"Inherited from: IIgrXYChartProps
Gets or sets the left margin of labels on the Y-axis
Use the YAxisLabelLeftMargin property to apply a margin left of the y-axis labels.
``
``
yAxisLabelLeftMargin?: string | number Optional yAxisLabelLocation
Section titled "yAxisLabelLocation"Inherited from: IIgrXYChartProps
Gets or sets location of Y-axis labels, relative to the plot area.
Set the YAxisLabelLocation property to change the location of the y-axis and its labels.
``
``
yAxisLabelLocation?: string | YAxisLabelLocation Optional yAxisLabelRightMargin
Section titled "yAxisLabelRightMargin"Inherited from: IIgrXYChartProps
Gets or sets the right margin of labels on the Y-axis
Use the YAxisLabelRightMargin property to apply a margin right of the y-axis labels.
``
``
yAxisLabelRightMargin?: string | number Optional yAxisLabelTextColor
Section titled "yAxisLabelTextColor"Inherited from: IIgrXYChartProps
Gets or sets color of labels on the Y-axis
To change the color of y-axis labels, set the YAxisLabelTextColor property to a color string.
``
``
yAxisLabelTextColor?: string Optional yAxisLabelTextStyle
Section titled "yAxisLabelTextStyle"Inherited from: IIgrXYChartProps
Gets or sets CSS font property for labels on Y-axis
To change the font of x-axis labels, set the YAxisLabelTextStyle property.
``
``
yAxisLabelTextStyle?: string Optional yAxisLabelTopMargin
Section titled "yAxisLabelTopMargin"Inherited from: IIgrXYChartProps
Gets or sets the top margin of labels on the Y-axis
Use the YAxisLabelTopMargin property to apply a margin above the y-axis labels.
``
``
yAxisLabelTopMargin?: string | number Optional yAxisLabelVerticalAlignment
Section titled "yAxisLabelVerticalAlignment"Inherited from: IIgrXYChartProps
Gets or sets Vertical alignment of Y-axis labels.
yAxisLabelVerticalAlignment?: any Optional yAxisLabelVisibility
Section titled "yAxisLabelVisibility"Inherited from: IIgrXYChartProps
Gets or sets Visibility of Y-axis labels.
To hide the y-axis labels, set YAxisLabelVisibility to collapsed.
``
``
yAxisLabelVisibility?: any Optional yAxisLogarithmBase
Section titled "yAxisLogarithmBase"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 YAxisIsLogarithmic is true.
When YAxisIsLogarithmic is true, YAxisLogarithmBase sets the logarithm base of the y-axis scale.
``
yAxisLogarithmBase?: string | number Optional yAxisMajorStroke
Section titled "yAxisMajorStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to major gridlines along the Y-axis.
Set YAxisMajorStroke to control the color of major gridlines extending horizontally from the y-axis.
``
``
yAxisMajorStroke?: string Optional yAxisMajorStrokeThickness
Section titled "yAxisMajorStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to major gridlines along the Y-axis.
Set YAxisMajorStrokeThickness to control the thickness of major gridlines extending horizontally from the y-axis.
``
``
yAxisMajorStrokeThickness?: string | number Optional yAxisMaximumExtent
Section titled "yAxisMaximumExtent"Inherited from: IIgrXYChartProps
Gets or sets the distance between the Y-axis and the left edge of the chart.
yAxisMaximumExtent?: string | number Optional yAxisMaximumExtentPercentage
Section titled "yAxisMaximumExtentPercentage"Inherited from: IIgrXYChartProps
Gets or sets the distance between the Y-axis and the left edge of the chart.
yAxisMaximumExtentPercentage?: string | number Optional yAxisMaximumValue
Section titled "yAxisMaximumValue"Gets or sets the data value corresponding to the maximum value of the Y-axis.
YAxisMaximumValue determines the maximum of the y-axis.
``
yAxisMaximumValue?: string | number Optional yAxisMinimumValue
Section titled "yAxisMinimumValue"Gets or sets the data value corresponding to the minimum value of the Y-axis.
YAxisMaximumValue determines the minimum of the y-axis.
``
yAxisMinimumValue?: string | number Optional yAxisMinorInterval
Section titled "yAxisMinorInterval"Gets or sets the frequency of displayed minor lines along the Y-axis.
YAxisMinorInterval determines how often to show a minor gridline along the y-axis. Set this property to a number less than the y-axis interval.
``
yAxisMinorInterval?: string | number Optional yAxisMinorStroke
Section titled "yAxisMinorStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to minor gridlines along the Y-axis.
Set YAxisMinorStroke to control the color of minor gridlines extending horizontally from the y-axis.
``
``
yAxisMinorStroke?: string Optional yAxisMinorStrokeThickness
Section titled "yAxisMinorStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to minor gridlines along the Y-axis.
Set YAxisMinorStrokeThickness to control the thickness of minor gridlines extending horizontally from the y-axis.
``
``
yAxisMinorStrokeThickness?: string | number Optional yAxisStrip
Section titled "yAxisStrip"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to stripes along the Y-axis.
Set YAxisStrip to control the alternating color of stripes extending horizontally from the y-axis.
``
``
yAxisStrip?: string Optional yAxisStroke
Section titled "yAxisStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to the Y-axis line.
Set YAxisStroke to control the color of the y-axis line.
``
``
yAxisStroke?: string Optional yAxisStrokeThickness
Section titled "yAxisStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to the Y-axis line.
Set YAxisStrokeThickness to control the thickness of the y-axis line.
``
``
yAxisStrokeThickness?: string | number Optional yAxisTickLength
Section titled "yAxisTickLength"Inherited from: IIgrXYChartProps
Gets or sets the length of tickmarks along the Y-axis.
Set YAxisTickLength to control the length of tickmarks extending horizontally from the y-axis line.
``
``
yAxisTickLength?: string | number Optional yAxisTickStroke
Section titled "yAxisTickStroke"Inherited from: IIgrXYChartProps
Gets or sets the color to apply to tickmarks along the Y-axis.
Set YAxisTickStroke to control the color of tickmarks extending horizontally from the y-axis line.
``
``
yAxisTickStroke?: string Optional yAxisTickStrokeThickness
Section titled "yAxisTickStrokeThickness"Inherited from: IIgrXYChartProps
Gets or sets the thickness to apply to tickmarks along the Y-axis.
Set YAxisTickStrokeThickness to control the thickness of tickmarks extending vertically from the y-axis line.
``
``
yAxisTickStrokeThickness?: string | number Optional yAxisTitle
Section titled "yAxisTitle"Inherited from: IIgrXYChartProps
Gets or sets the Text to display to the left of the Y-axis.
Set YAxisTitle to display a label adjacent to the y-axis.
``
``
yAxisTitle?: string Optional yAxisTitleAlignment
Section titled "yAxisTitleAlignment"Inherited from: IIgrXYChartProps
Gets or sets Vertical alignment of the Y-axis title.
Set YAxisTitleAlignment to control the vertical alignment of the x-axis title.
``
``
yAxisTitleAlignment?: any Optional yAxisTitleAngle
Section titled "yAxisTitleAngle"Inherited from: IIgrXYChartProps
Gets or sets the angle of rotation for the Y-axis title.
Set YAxisTitleAngle to control the rotation of the y-axis title.
``
``
yAxisTitleAngle?: string | number Optional yAxisTitleBottomMargin
Section titled "yAxisTitleBottomMargin"Inherited from: IIgrXYChartProps
Gets or sets the bottom margin of a title on the Y-axis
Use the YAxisTitleBottomMargin property to apply a margin below the y-axis title.
``
``
yAxisTitleBottomMargin?: string | number Optional yAxisTitleLeftMargin
Section titled "yAxisTitleLeftMargin"Inherited from: IIgrXYChartProps
Gets or sets the left margin of a title on the Y-axis
Use the YAxisTitleLeftMargin property to apply a margin left of the y-axis title.
``
``
yAxisTitleLeftMargin?: string | number Optional yAxisTitleMargin
Section titled "yAxisTitleMargin"Inherited from: IIgrXYChartProps
Gets or sets the margin around a title on the Y-axis
Use the YAxisTitleMargin property to set a margin around the y-axis title.
yAxisTitleMargin?: string | number Optional yAxisTitleRightMargin
Section titled "yAxisTitleRightMargin"Inherited from: IIgrXYChartProps
Gets or sets the right margin of a title on the Y-axis
Use the YAxisTitleRightMargin property to apply a margin right of the y-axis title.
``
``
yAxisTitleRightMargin?: string | number Optional yAxisTitleTextColor
Section titled "yAxisTitleTextColor"Inherited from: IIgrXYChartProps
Gets or sets color of title on the Y-axis
To change the color of the y-axis title, set the YAxisTitleTextColor property to a color string.
``
``
yAxisTitleTextColor?: string Optional yAxisTitleTextStyle
Section titled "yAxisTitleTextStyle"Inherited from: IIgrXYChartProps
Gets or sets CSS font property for title on Y-axis
To change the font of the x-axis title, set the YAxisTitleTextStyle property.
``
``
yAxisTitleTextStyle?: string Optional yAxisTitleTopMargin
Section titled "yAxisTitleTopMargin"Inherited from: IIgrXYChartProps
Gets or sets the top margin of a title on the Y-axis
Use the YAxisTitleTopMargin property to apply a margin above the y-axis title.
``
``
yAxisTitleTopMargin?: string | number