IIgrDomainChartProps

Optional actualBrushes

Section titled "actualBrushes"

Gets the actual palette of brushes to use for coloring the chart series.

actualBrushes?: string | string[]

Optional actualOutlines

Section titled "actualOutlines"

Gets the actual palette of brushes to use for outlines on the chart series.

actualOutlines?: string | string[]

Optional alignsGridLinesToPixels

Section titled "alignsGridLinesToPixels"

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"

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"

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"

Gets or sets if the auto value callouts should be displayed.

autoCalloutsVisible?: string | boolean

Optional bottomMargin

Section titled "bottomMargin"

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

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"

Gets or sets if event annotations should be displayed.

calloutCollisionMode?: any

Optional calloutLabelUpdating

Section titled "calloutLabelUpdating"

Occurs when the style of a callout is updated.

calloutLabelUpdating?: object

Optional calloutRenderStyleUpdating

Section titled "calloutRenderStyleUpdating"

Occurs when the style of a callout is updated.

calloutRenderStyleUpdating?: object

Optional calloutsAllowedPositions

Section titled "calloutsAllowedPositions"

Gets or sets the allowed positions that the callout layer is allowed to use.

calloutsAllowedPositions?: string | IgrCalloutPlacementPositionsCollection

Optional calloutsAutoLabelPrecision

Section titled "calloutsAutoLabelPrecision"

Gets or sets the amount of precision to apply to the auto callout labels.

calloutsAutoLabelPrecision?: string | number

Optional calloutsBackground

Section titled "calloutsBackground"

Gets or sets color of the callout background.

calloutsBackground?: string

Optional calloutsContentMemberPath

Section titled "calloutsContentMemberPath"

Gets or sets the member path of the content data for the callouts.

calloutsContentMemberPath?: string

Optional calloutsDarkTextColor

Section titled "calloutsDarkTextColor"

Gets or sets the text color on light callout background.

calloutsDarkTextColor?: string

Optional calloutsDataSource

Section titled "calloutsDataSource"
calloutsDataSource?: any[]

Optional calloutsLabelMemberPath

Section titled "calloutsLabelMemberPath"

Gets or sets the member path of the label data for the callouts.

calloutsLabelMemberPath?: string

Optional calloutsLeaderBrush

Section titled "calloutsLeaderBrush"

Gets or sets color of callout's leader lines.

calloutsLeaderBrush?: string

Optional calloutsLightTextColor

Section titled "calloutsLightTextColor"

Gets or sets the text color on dark callout background.

calloutsLightTextColor?: string

Optional calloutsOutline

Section titled "calloutsOutline"

Gets or sets color of the callout outlines.

calloutsOutline?: string

Optional calloutsStrokeThickness

Section titled "calloutsStrokeThickness"

Gets or sets if the thickness that should be used for the callout outlines.

calloutsStrokeThickness?: string | number

Optional calloutsTextColor

Section titled "calloutsTextColor"

Gets or sets text color of callout.

calloutsTextColor?: string

Optional calloutsTextStyle

Section titled "calloutsTextStyle"

Gets or sets the font for callout text.

calloutsTextStyle?: string

Optional calloutStyleUpdating

Section titled "calloutStyleUpdating"

Occurs when the style of a callout is updated.

calloutStyleUpdating?: object

Optional calloutStyleUpdatingEventEnabled

Section titled "calloutStyleUpdatingEventEnabled"

Gets or sets if event annotations should be displayed.

calloutStyleUpdatingEventEnabled?: string | boolean

Optional calloutsUseAutoContrastingLabelColors

Section titled "calloutsUseAutoContrastingLabelColors"

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"

Gets or sets if the series item color should be used for the callout fills.

calloutsUseItemColorForFill?: string | boolean

Optional calloutsUseItemColorForOutline

Section titled "calloutsUseItemColorForOutline"

Gets or sets if the series item color should be used for the callout outlines.

calloutsUseItemColorForOutline?: string | boolean

Optional calloutsVisible

Section titled "calloutsVisible"

Gets or sets if callouts should be displayed.

calloutsVisible?: string | boolean

Optional calloutsXMemberPath

Section titled "calloutsXMemberPath"

Gets or sets the member path of the X data for the callouts.

calloutsXMemberPath?: string

Optional calloutsYMemberPath

Section titled "calloutsYMemberPath"

Gets or sets the member path of the Y data for the callouts.

calloutsYMemberPath?: string

Optional chartTitle

Section titled "chartTitle"

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 children

Section titled "children"
children?: ReactNode

Optional computedPlotAreaMarginMode

Section titled "computedPlotAreaMarginMode"

Gets or sets mode to use for automatically calculating the plot area margin.

computedPlotAreaMarginMode?: string | ComputedPlotAreaMarginMode

Optional crosshairsAnnotationEnabled

Section titled "crosshairsAnnotationEnabled"

Gets or sets whether annotations are shown along the axis for crosshair values

crosshairsAnnotationEnabled?: string | boolean

Optional crosshairsAnnotationXAxisBackground

Section titled "crosshairsAnnotationXAxisBackground"

Gets or sets the background of crosshair annotation on x-axis.

crosshairsAnnotationXAxisBackground?: string

Optional crosshairsAnnotationXAxisPrecision

Section titled "crosshairsAnnotationXAxisPrecision"

Gets or sets precision on interpolated values of crosshairs on x-axis.

crosshairsAnnotationXAxisPrecision?: string | number

Optional crosshairsAnnotationXAxisTextColor

Section titled "crosshairsAnnotationXAxisTextColor"

Gets or sets the text color of crosshair annotation on x-axis.

crosshairsAnnotationXAxisTextColor?: string

Optional crosshairsAnnotationYAxisBackground

Section titled "crosshairsAnnotationYAxisBackground"

Gets or sets the background of crosshair annotation on y-axis.

crosshairsAnnotationYAxisBackground?: string

Optional crosshairsAnnotationYAxisPrecision

Section titled "crosshairsAnnotationYAxisPrecision"

Gets or sets precision on interpolated values of crosshairs on y-axis.

crosshairsAnnotationYAxisPrecision?: string | number

Optional crosshairsAnnotationYAxisTextColor

Section titled "crosshairsAnnotationYAxisTextColor"

Gets or sets the text color of crosshair annotation on y-axis.

crosshairsAnnotationYAxisTextColor?: string

Optional crosshairsDisplayMode

Section titled "crosshairsDisplayMode"

Gets or sets the crosshairs to be displayed.

crosshairsDisplayMode?: string | CrosshairsDisplayMode

Optional crosshairsLineHorizontalStroke

Section titled "crosshairsLineHorizontalStroke"

Gets or sets the color to apply to horizontal crosshairs line.

crosshairsLineHorizontalStroke?: string

Optional crosshairsLineThickness

Section titled "crosshairsLineThickness"

Gets or sets thickness of crosshairs lines.

crosshairsLineThickness?: string | number

Optional crosshairsLineVerticalStroke

Section titled "crosshairsLineVerticalStroke"

Gets or sets the color to apply to vertical crosshairs line.

crosshairsLineVerticalStroke?: string

Optional crosshairsSkipInvalidData

Section titled "crosshairsSkipInvalidData"

Gets or sets whether axis annotation are skipped for invalid data in a given position.

crosshairsSkipInvalidData?: string | boolean

Optional crosshairsSkipZeroValueFragments

Section titled "crosshairsSkipZeroValueFragments"

Gets or sets whether axis annotation are skipped for zero-value fragments in a given position.

crosshairsSkipZeroValueFragments?: string | boolean

Optional crosshairsSnapToData

Section titled "crosshairsSnapToData"

Gets or sets whether crosshairs will snap to the nearest data point.

crosshairsSnapToData?: string | boolean

Optional dataToolTipBadgeMarginBottom

Section titled "dataToolTipBadgeMarginBottom"
dataToolTipBadgeMarginBottom?: string | number

Optional dataToolTipBadgeMarginLeft

Section titled "dataToolTipBadgeMarginLeft"
dataToolTipBadgeMarginLeft?: string | number

Optional dataToolTipBadgeMarginRight

Section titled "dataToolTipBadgeMarginRight"
dataToolTipBadgeMarginRight?: string | number

Optional dataToolTipBadgeMarginTop

Section titled "dataToolTipBadgeMarginTop"
dataToolTipBadgeMarginTop?: string | number

Optional dataToolTipBadgeShape

Section titled "dataToolTipBadgeShape"

Gets or sets the BadgeShape for the data legend.

dataToolTipBadgeShape?: any

Optional dataToolTipDefaultPositionOffsetX

Section titled "dataToolTipDefaultPositionOffsetX"

Gets or sets the offset of the tooltip layer on the X axis.

dataToolTipDefaultPositionOffsetX?: string | number

Optional dataToolTipDefaultPositionOffsetY

Section titled "dataToolTipDefaultPositionOffsetY"

Gets or sets the offset of the tooltip layer on the Y axis.

dataToolTipDefaultPositionOffsetY?: string | number

Optional dataToolTipExcludedColumns

Section titled "dataToolTipExcludedColumns"

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"

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"

Gets or sets the tooltip position mode on the X axis for grouped series.

dataToolTipGroupedPositionModeX?: any

Optional dataToolTipGroupedPositionModeY

Section titled "dataToolTipGroupedPositionModeY"

Gets or sets the tooltip position mode on the Y axis for grouped series.

dataToolTipGroupedPositionModeY?: any

Optional dataToolTipGroupingMode

Section titled "dataToolTipGroupingMode"
dataToolTipGroupingMode?: any

Optional dataToolTipGroupRowMarginBottom

Section titled "dataToolTipGroupRowMarginBottom"
dataToolTipGroupRowMarginBottom?: string | number

Optional dataToolTipGroupRowMarginLeft

Section titled "dataToolTipGroupRowMarginLeft"
dataToolTipGroupRowMarginLeft?: string | number

Optional dataToolTipGroupRowMarginRight

Section titled "dataToolTipGroupRowMarginRight"
dataToolTipGroupRowMarginRight?: string | number

Optional dataToolTipGroupRowMarginTop

Section titled "dataToolTipGroupRowMarginTop"
dataToolTipGroupRowMarginTop?: string | number

Optional dataToolTipGroupRowVisible

Section titled "dataToolTipGroupRowVisible"

Gets or sets whether to show Group row.

dataToolTipGroupRowVisible?: string | boolean

Optional dataToolTipGroupTextColor

Section titled "dataToolTipGroupTextColor"

Gets or sets the Group text color.

dataToolTipGroupTextColor?: string

Optional dataToolTipGroupTextMarginBottom

Section titled "dataToolTipGroupTextMarginBottom"
dataToolTipGroupTextMarginBottom?: string | number

Optional dataToolTipGroupTextMarginLeft

Section titled "dataToolTipGroupTextMarginLeft"
dataToolTipGroupTextMarginLeft?: string | number

Optional dataToolTipGroupTextMarginRight

Section titled "dataToolTipGroupTextMarginRight"
dataToolTipGroupTextMarginRight?: string | number

Optional dataToolTipGroupTextMarginTop

Section titled "dataToolTipGroupTextMarginTop"
dataToolTipGroupTextMarginTop?: string | number

Optional dataToolTipGroupTextStyle

Section titled "dataToolTipGroupTextStyle"

Gets or Sets the style to use for the Group text.

dataToolTipGroupTextStyle?: string

Optional dataToolTipHeaderFormatCulture

Section titled "dataToolTipHeaderFormatCulture"

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"

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"

Gets or sets the format specifiers to use with the HeaderFormatString string.

dataToolTipHeaderFormatSpecifiers?: any[]

Optional dataToolTipHeaderFormatString

Section titled "dataToolTipHeaderFormatString"

Gets or sets the format string for header text displayed in the data legend.

dataToolTipHeaderFormatString?: string

Optional dataToolTipHeaderFormatTime

Section titled "dataToolTipHeaderFormatTime"

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"
dataToolTipHeaderRowMarginBottom?: string | number

Optional dataToolTipHeaderRowMarginLeft

Section titled "dataToolTipHeaderRowMarginLeft"
dataToolTipHeaderRowMarginLeft?: string | number

Optional dataToolTipHeaderRowMarginRight

Section titled "dataToolTipHeaderRowMarginRight"
dataToolTipHeaderRowMarginRight?: string | number

Optional dataToolTipHeaderRowMarginTop

Section titled "dataToolTipHeaderRowMarginTop"
dataToolTipHeaderRowMarginTop?: string | number

Optional dataToolTipHeaderRowVisible

Section titled "dataToolTipHeaderRowVisible"

Gets or sets whether to show Header row.

dataToolTipHeaderRowVisible?: string | boolean

Optional dataToolTipHeaderText

Section titled "dataToolTipHeaderText"

Gets or sets the HeaderText for the data legend.

dataToolTipHeaderText?: string

Optional dataToolTipHeaderTextColor

Section titled "dataToolTipHeaderTextColor"

Gets or sets the header text color.

dataToolTipHeaderTextColor?: string

Optional dataToolTipHeaderTextMarginBottom

Section titled "dataToolTipHeaderTextMarginBottom"
dataToolTipHeaderTextMarginBottom?: string | number

Optional dataToolTipHeaderTextMarginLeft

Section titled "dataToolTipHeaderTextMarginLeft"
dataToolTipHeaderTextMarginLeft?: string | number

Optional dataToolTipHeaderTextMarginRight

Section titled "dataToolTipHeaderTextMarginRight"
dataToolTipHeaderTextMarginRight?: string | number

Optional dataToolTipHeaderTextMarginTop

Section titled "dataToolTipHeaderTextMarginTop"
dataToolTipHeaderTextMarginTop?: string | number

Optional dataToolTipHeaderTextStyle

Section titled "dataToolTipHeaderTextStyle"

Gets or Sets the style to use for the header text.

dataToolTipHeaderTextStyle?: string

Optional dataToolTipIncludedColumns

Section titled "dataToolTipIncludedColumns"

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"

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"

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"

Gets or sets the units text color.

dataToolTipLabelTextColor?: string

Optional dataToolTipLabelTextMarginBottom

Section titled "dataToolTipLabelTextMarginBottom"
dataToolTipLabelTextMarginBottom?: string | number

Optional dataToolTipLabelTextMarginLeft

Section titled "dataToolTipLabelTextMarginLeft"
dataToolTipLabelTextMarginLeft?: string | number

Optional dataToolTipLabelTextMarginRight

Section titled "dataToolTipLabelTextMarginRight"
dataToolTipLabelTextMarginRight?: string | number

Optional dataToolTipLabelTextMarginTop

Section titled "dataToolTipLabelTextMarginTop"
dataToolTipLabelTextMarginTop?: string | number

Optional dataToolTipLabelTextStyle

Section titled "dataToolTipLabelTextStyle"

Gets or Sets the style to use for the units text.

dataToolTipLabelTextStyle?: string

Optional dataToolTipPositionOffsetX

Section titled "dataToolTipPositionOffsetX"

Gets or sets the offset of the tooltip layer on the X axis.

dataToolTipPositionOffsetX?: string | number

Optional dataToolTipPositionOffsetY

Section titled "dataToolTipPositionOffsetY"

Gets or sets the offset of the tooltip layer on the Y axis.

dataToolTipPositionOffsetY?: string | number

Optional dataToolTipShouldUpdateWhenSeriesDataChanges

Section titled "dataToolTipShouldUpdateWhenSeriesDataChanges"

Gets or sets whether the data legend should update when the series data is mutated.

dataToolTipShouldUpdateWhenSeriesDataChanges?: string | boolean

Optional dataToolTipSummaryLabelText

Section titled "dataToolTipSummaryLabelText"

Gets or sets the units text for the data legend.

dataToolTipSummaryLabelText?: string

Optional dataToolTipSummaryLabelTextColor

Section titled "dataToolTipSummaryLabelTextColor"

Gets or sets the units text color.

dataToolTipSummaryLabelTextColor?: string

Optional dataToolTipSummaryLabelTextStyle

Section titled "dataToolTipSummaryLabelTextStyle"

Gets or Sets the style to use for the units text.

dataToolTipSummaryLabelTextStyle?: string

Optional dataToolTipSummaryRowMarginBottom

Section titled "dataToolTipSummaryRowMarginBottom"
dataToolTipSummaryRowMarginBottom?: string | number

Optional dataToolTipSummaryRowMarginLeft

Section titled "dataToolTipSummaryRowMarginLeft"
dataToolTipSummaryRowMarginLeft?: string | number

Optional dataToolTipSummaryRowMarginRight

Section titled "dataToolTipSummaryRowMarginRight"
dataToolTipSummaryRowMarginRight?: string | number

Optional dataToolTipSummaryRowMarginTop

Section titled "dataToolTipSummaryRowMarginTop"
dataToolTipSummaryRowMarginTop?: string | number

Optional dataToolTipSummaryTitleText

Section titled "dataToolTipSummaryTitleText"

Gets or sets the SummaryTitleText for the data legend.

dataToolTipSummaryTitleText?: string

Optional dataToolTipSummaryTitleTextColor

Section titled "dataToolTipSummaryTitleTextColor"

Gets or sets the summary text color.

dataToolTipSummaryTitleTextColor?: string

Optional dataToolTipSummaryTitleTextMarginBottom

Section titled "dataToolTipSummaryTitleTextMarginBottom"
dataToolTipSummaryTitleTextMarginBottom?: string | number

Optional dataToolTipSummaryTitleTextMarginLeft

Section titled "dataToolTipSummaryTitleTextMarginLeft"
dataToolTipSummaryTitleTextMarginLeft?: string | number

Optional dataToolTipSummaryTitleTextMarginRight

Section titled "dataToolTipSummaryTitleTextMarginRight"
dataToolTipSummaryTitleTextMarginRight?: string | number

Optional dataToolTipSummaryTitleTextMarginTop

Section titled "dataToolTipSummaryTitleTextMarginTop"
dataToolTipSummaryTitleTextMarginTop?: string | number

Optional dataToolTipSummaryTitleTextStyle

Section titled "dataToolTipSummaryTitleTextStyle"

Gets or Sets the style to use for the summary text.

dataToolTipSummaryTitleTextStyle?: string

Optional dataToolTipSummaryType

Section titled "dataToolTipSummaryType"

Gets or sets the SummaryType for the data legend.

dataToolTipSummaryType?: any

Optional dataToolTipSummaryUnitsText

Section titled "dataToolTipSummaryUnitsText"

Gets or sets the units text for the data legend.

dataToolTipSummaryUnitsText?: string

Optional dataToolTipSummaryUnitsTextColor

Section titled "dataToolTipSummaryUnitsTextColor"

Gets or sets the units text color.

dataToolTipSummaryUnitsTextColor?: string

Optional dataToolTipSummaryUnitsTextStyle

Section titled "dataToolTipSummaryUnitsTextStyle"

Gets or Sets the style to use for the units text.

dataToolTipSummaryUnitsTextStyle?: string

Optional dataToolTipSummaryValueTextColor

Section titled "dataToolTipSummaryValueTextColor"

Gets or sets the units text color.

dataToolTipSummaryValueTextColor?: string

Optional dataToolTipSummaryValueTextStyle

Section titled "dataToolTipSummaryValueTextStyle"

Gets or Sets the style to use for the units text.

dataToolTipSummaryValueTextStyle?: string

Optional dataToolTipTitleTextColor

Section titled "dataToolTipTitleTextColor"

Gets or sets the display text color.

dataToolTipTitleTextColor?: string

Optional dataToolTipTitleTextMarginBottom

Section titled "dataToolTipTitleTextMarginBottom"
dataToolTipTitleTextMarginBottom?: string | number

Optional dataToolTipTitleTextMarginLeft

Section titled "dataToolTipTitleTextMarginLeft"
dataToolTipTitleTextMarginLeft?: string | number

Optional dataToolTipTitleTextMarginRight

Section titled "dataToolTipTitleTextMarginRight"
dataToolTipTitleTextMarginRight?: string | number

Optional dataToolTipTitleTextMarginTop

Section titled "dataToolTipTitleTextMarginTop"
dataToolTipTitleTextMarginTop?: string | number

Optional dataToolTipTitleTextStyle

Section titled "dataToolTipTitleTextStyle"

Gets or Sets the style to use for the display text.

dataToolTipTitleTextStyle?: string

Optional dataToolTipUnitsDisplayMode

Section titled "dataToolTipUnitsDisplayMode"

Gets or sets the UnitsMode for the data legend.

dataToolTipUnitsDisplayMode?: any

Optional dataToolTipUnitsText

Section titled "dataToolTipUnitsText"

Gets or sets the units text for the data legend.

dataToolTipUnitsText?: string

Optional dataToolTipUnitsTextColor

Section titled "dataToolTipUnitsTextColor"

Gets or sets the units text color.

dataToolTipUnitsTextColor?: string

Optional dataToolTipUnitsTextMarginBottom

Section titled "dataToolTipUnitsTextMarginBottom"
dataToolTipUnitsTextMarginBottom?: string | number

Optional dataToolTipUnitsTextMarginLeft

Section titled "dataToolTipUnitsTextMarginLeft"
dataToolTipUnitsTextMarginLeft?: string | number

Optional dataToolTipUnitsTextMarginRight

Section titled "dataToolTipUnitsTextMarginRight"
dataToolTipUnitsTextMarginRight?: string | number

Optional dataToolTipUnitsTextMarginTop

Section titled "dataToolTipUnitsTextMarginTop"
dataToolTipUnitsTextMarginTop?: string | number

Optional dataToolTipUnitsTextStyle

Section titled "dataToolTipUnitsTextStyle"

Gets or Sets the style to use for the units text.

dataToolTipUnitsTextStyle?: string

Optional dataToolTipValueFormatAbbreviation

Section titled "dataToolTipValueFormatAbbreviation"

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"

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"

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"

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"

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"

Gets or sets the format specifiers to use with the ValueFormatString string.

dataToolTipValueFormatSpecifiers?: any[]

Optional dataToolTipValueFormatString

Section titled "dataToolTipValueFormatString"

Gets or sets the format string for values displayed in the data legend.

dataToolTipValueFormatString?: string

Optional dataToolTipValueFormatUseGrouping

Section titled "dataToolTipValueFormatUseGrouping"

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"
dataToolTipValueRowMarginBottom?: string | number

Optional dataToolTipValueRowMarginLeft

Section titled "dataToolTipValueRowMarginLeft"
dataToolTipValueRowMarginLeft?: string | number

Optional dataToolTipValueRowMarginRight

Section titled "dataToolTipValueRowMarginRight"
dataToolTipValueRowMarginRight?: string | number

Optional dataToolTipValueRowMarginTop

Section titled "dataToolTipValueRowMarginTop"
dataToolTipValueRowMarginTop?: string | number

Optional dataToolTipValueRowVisible

Section titled "dataToolTipValueRowVisible"

Gets or sets whether to show series rows.

dataToolTipValueRowVisible?: string | boolean

Optional dataToolTipValueTextColor

Section titled "dataToolTipValueTextColor"

Gets or sets the units text color.

dataToolTipValueTextColor?: string

Optional dataToolTipValueTextMarginBottom

Section titled "dataToolTipValueTextMarginBottom"
dataToolTipValueTextMarginBottom?: string | number

Optional dataToolTipValueTextMarginLeft

Section titled "dataToolTipValueTextMarginLeft"
dataToolTipValueTextMarginLeft?: string | number

Optional dataToolTipValueTextMarginRight

Section titled "dataToolTipValueTextMarginRight"
dataToolTipValueTextMarginRight?: string | number

Optional dataToolTipValueTextMarginTop

Section titled "dataToolTipValueTextMarginTop"
dataToolTipValueTextMarginTop?: string | number

Optional dataToolTipValueTextStyle

Section titled "dataToolTipValueTextStyle"

Gets or Sets the style to use for the units text.

dataToolTipValueTextStyle?: string

Optional dataToolTipValueTextUseSeriesColors

Section titled "dataToolTipValueTextUseSeriesColors"

Gets or sets whether to use series colors when displaying values in the legend

dataToolTipValueTextUseSeriesColors?: string | boolean

Optional dataToolTipValueTextWhenMissingData

Section titled "dataToolTipValueTextWhenMissingData"

Gets or sets text displayed when data column is missing a value, e.g. "no data"

dataToolTipValueTextWhenMissingData?: string

Optional excludedProperties

Section titled "excludedProperties"

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"
filterStringErrorsParsing?: object

Optional finalValueAnnotationsBackground

Section titled "finalValueAnnotationsBackground"

Gets or sets the background of final value annotation.

finalValueAnnotationsBackground?: string

Optional finalValueAnnotationsPrecision

Section titled "finalValueAnnotationsPrecision"

Gets or sets precision on final value annotation.

finalValueAnnotationsPrecision?: string | number

Optional finalValueAnnotationsTextColor

Section titled "finalValueAnnotationsTextColor"

Gets or sets the text color of final value annotation.

finalValueAnnotationsTextColor?: string

Optional finalValueAnnotationsVisible

Section titled "finalValueAnnotationsVisible"

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"

Gets or sets the focus brush to use for the series.

focusBrush?: string

Optional focusDismissDelayMilliseconds

Section titled "focusDismissDelayMilliseconds"

Gets or sets the time to wait before visually dismissing a focus highlight.

focusDismissDelayMilliseconds?: string | number

Optional focusedSeriesItemsChanged

Section titled "focusedSeriesItemsChanged"
focusedSeriesItemsChanged?: object

Optional focusMode

Section titled "focusMode"

Gets or sets the focus mode to use for the series in the component, when supported.

focusMode?: string | SeriesSelectionMode

Optional focusTransitionDuration

Section titled "focusTransitionDuration"

Gets or sets the duration used for animating Focus changes

focusTransitionDuration?: string | number

Optional groupSorts

Section titled "groupSorts"

Gets or sets the sorts to apply after grouping has been applied.

groupSorts?: string

Optional highlightedDataSource

Section titled "highlightedDataSource"

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"

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"

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"

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"

Gets or sets the time to wait before visually dismissing a highlight.

highlightingDismissDelayMilliseconds?: string | number

Optional highlightingFadeOpacity

Section titled "highlightingFadeOpacity"

Gets or sets the target opacity to fade to for fade style highlighting.

highlightingFadeOpacity?: string | number

Optional highlightingMode

Section titled "highlightingMode"

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"

Gets or sets the duration used for animating highlighting changes

highlightingTransitionDuration?: string | number

Optional horizontalViewScrollbarCornerRadius

Section titled "horizontalViewScrollbarCornerRadius"

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"

Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarFill?: string

Optional horizontalViewScrollbarHeight

Section titled "horizontalViewScrollbarHeight"

Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarHeight?: string | number

Optional horizontalViewScrollbarInset

Section titled "horizontalViewScrollbarInset"

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"

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"

Gets or sets the horizontal scrollbar mode to use for the series viewer.

horizontalViewScrollbarMode?: string | SeriesViewerScrollbarMode

Optional horizontalViewScrollbarOutline

Section titled "horizontalViewScrollbarOutline"

Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarOutline?: string

Optional horizontalViewScrollbarPosition

Section titled "horizontalViewScrollbarPosition"

Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarPosition?: string | SeriesViewerHorizontalScrollbarPosition

Optional horizontalViewScrollbarShouldAddAutoTrackInsets

Section titled "horizontalViewScrollbarShouldAddAutoTrackInsets"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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 isHorizontalZoomEnabled

Section titled "isHorizontalZoomEnabled"

Gets or sets whether the chart can be horizontally zoomed through user interactions.

Use the IsHorizontalZoomEnabled property to allow chart horizontally zoomed .

``

``

``

isHorizontalZoomEnabled?: string | boolean

Optional isSeriesHighlightingEnabled

Section titled "isSeriesHighlightingEnabled"

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 isUserAnnotationsEnabled

Section titled "isUserAnnotationsEnabled"

Gets or sets whether initiating user annotations from the toolbar is enabled.

isUserAnnotationsEnabled?: string | boolean

Optional isVerticalZoomEnabled

Section titled "isVerticalZoomEnabled"

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"

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 legendHighlightingMode

Section titled "legendHighlightingMode"

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"

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"

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"

Gets or sets whether to show the legend items for the series.

legendItemVisibility?: any

Optional markerAutomaticBehavior

Section titled "markerAutomaticBehavior"

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"

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 markerFillMode

Section titled "markerFillMode"

Gets or sets the MarkerFillMode for all series that support markers in this chart.

markerFillMode?: string | MarkerFillMode

Optional markerFillOpacity

Section titled "markerFillOpacity"

Gets or sets the Marker Fill Opacity for all series that support markers in this chart.

markerFillOpacity?: string | number

Optional markerMaxCount

Section titled "markerMaxCount"

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"

Gets or sets the MarkerOutlineMode for all series that support markers in this chart.

markerOutlineMode?: string | MarkerOutlineMode

Optional markerOutlines

Section titled "markerOutlines"

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"

Gets or sets the Marker Thickness for all series that support markers in this chart.

markerThickness?: string | number

Optional markerTypes

Section titled "markerTypes"

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 outlineMode

Section titled "outlineMode"

Gets or sets the OutlineMode for all series in this chart.

outlineMode?: string | SeriesOutlineMode

Optional outlines

Section titled "outlines"

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"

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"

Margin applied below the plot area.

plotAreaMarginBottom?: string | number

Optional plotAreaMarginLeft

Section titled "plotAreaMarginLeft"

Margin applied to the Left of the plot area.

plotAreaMarginLeft?: string | number

Optional plotAreaMarginRight

Section titled "plotAreaMarginRight"

Margin applied to the right of the plot area.

plotAreaMarginRight?: string | number

Optional plotAreaMarginTop

Section titled "plotAreaMarginTop"

Margin applied to the Top of the plot area.

plotAreaMarginTop?: string | number

Optional plotAreaPointerDown

Section titled "plotAreaPointerDown"

Occurs when the pointer is pressed down over the plot area.

plotAreaPointerDown?: object

Optional plotAreaPointerEnter

Section titled "plotAreaPointerEnter"

Occurs when the pointer enters the plot area.

plotAreaPointerEnter?: object

Optional plotAreaPointerLeave

Section titled "plotAreaPointerLeave"

Occurs when the pointer leaves the plot area.

plotAreaPointerLeave?: object

Optional plotAreaPointerMove

Section titled "plotAreaPointerMove"

Occurs when the pointer is over the plot area.

plotAreaPointerMove?: object

Optional plotAreaPointerUp

Section titled "plotAreaPointerUp"

Occurs when the pointer is released over the plot area.

plotAreaPointerUp?: object

Optional resolution

Section titled "resolution"

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"

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"
selectedSeriesItemsChanged?: object

Optional selectionBehavior

Section titled "selectionBehavior"

Gets or sets the selection behavior to use for the series in the component, when supported.

selectionBehavior?: string | SeriesSelectionBehavior

Optional selectionBrush

Section titled "selectionBrush"

Gets or sets the selection brush to use for the series.

selectionBrush?: string

Optional selectionDismissDelayMilliseconds

Section titled "selectionDismissDelayMilliseconds"

Gets or sets the time to wait before visually dismissing a selection highlight

selectionDismissDelayMilliseconds?: string | number

Optional selectionMode

Section titled "selectionMode"

Gets or sets the selection mode to use for the series in the component, when supported.

selectionMode?: string | SeriesSelectionMode

Optional selectionTransitionDuration

Section titled "selectionTransitionDuration"

Gets or sets the duration used for animating Selection changes

selectionTransitionDuration?: string | number

Optional seriesAdded

Section titled "seriesAdded"

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"

Occurs when the pointer is clicked over a series.

seriesClick?: object

Optional seriesPlotAreaMarginHorizontalMode

Section titled "seriesPlotAreaMarginHorizontalMode"

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"

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"

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"

Occurs when the pointer enters a Series.

SeriesPointerEnter event raised when the pointer enters a Series.

``

``

seriesPointerEnter?: object

Optional seriesPointerLeave

Section titled "seriesPointerLeave"

Occurs when the pointer leaves a Series.

SeriesPointerLeave event raised when the pointer leaves a Series.

``

``

seriesPointerLeave?: object

Optional seriesPointerMove

Section titled "seriesPointerMove"

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"

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"

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"

Gets or sets if the chart should use the legend for value layers that target series.

seriesValueLayerUseLegend?: string | boolean

Optional shouldAvoidAxisAnnotationCollisions

Section titled "shouldAvoidAxisAnnotationCollisions"

Gets or sets whether annotations for the final value of each series is displayed on the axis.

shouldAvoidAxisAnnotationCollisions?: string | boolean

Optional shouldDisplayMockData

Section titled "shouldDisplayMockData"

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"

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"

Gets or sets whether calling SimulateHover should shift the crosshair point.

shouldSimulateHoverMoveCrosshairPoint?: string | boolean

Optional shouldUseSkeletonStyleForMockData

Section titled "shouldUseSkeletonStyleForMockData"

Gets or sets whether the chart should use a faded skeleton style for mock data.

shouldUseSkeletonStyleForMockData?: string | boolean

Optional subtitle

Section titled "subtitle"

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"

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"

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"

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"

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"

Gets or sets color of chart subtitle

Use subtitleTextColor property to color the subtitle.

``

``

subtitleTextColor?: string

Optional subtitleTextStyle

Section titled "subtitleTextStyle"

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"

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"

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"

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"

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"

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"

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"

Gets or sets color of chart title

Use titleTextColor property to color the chart title

``

``

titleTextColor?: string

Optional titleTextStyle

Section titled "titleTextStyle"

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"

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"
tooltipTemplate?: any

Optional tooltipTemplates

Section titled "tooltipTemplates"
tooltipTemplates?: any[]

Optional toolTipType

Section titled "toolTipType"

Gets or sets the style of tooltip to be displayed.

toolTipType?: string | ToolTipType

Optional topMargin

Section titled "topMargin"

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"

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"

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 trendLineBrushes

Section titled "trendLineBrushes"

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"

Gets or sets if the chart should use the legend for trendline layers.

trendLineLayerUseLegend?: string | boolean

Optional trendLinePeriod

Section titled "trendLinePeriod"
trendLinePeriod?: string | number

Optional trendLineThickness

Section titled "trendLineThickness"

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"

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"

Gets or sets what trendlines to use in the chart.

trendLineTypes?: string | IgrTrendLineTypeCollection

Optional unknownValuePlotting

Section titled "unknownValuePlotting"

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"

Occurs to request additional information for an annotation being added.

userAnnotationInformationRequested?: object

Optional userAnnotationToolTipContentUpdating

Section titled "userAnnotationToolTipContentUpdating"

Occurs to request additional content to display for an annotation tooltip.

userAnnotationToolTipContentUpdating?: object

Optional useValueForAutoCalloutLabels

Section titled "useValueForAutoCalloutLabels"

Gets or sets if event annotations should be displayed.

useValueForAutoCalloutLabels?: string | boolean

Optional valueLines

Section titled "valueLines"

Gets or sets what value lines to use in the chart.

valueLines?: string | IgrValueModeCollection

Optional valueLinesBrushes

Section titled "valueLinesBrushes"

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"

Gets or sets thickness of value lines.

valueLinesThickness?: string | number

Optional verticalViewScrollbarCornerRadius

Section titled "verticalViewScrollbarCornerRadius"

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"

Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarFill?: string

Optional verticalViewScrollbarInset

Section titled "verticalViewScrollbarInset"

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"

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"

Gets or sets the vertical scrollbar mode to use for the series viewer.

verticalViewScrollbarMode?: string | SeriesViewerScrollbarMode

Optional verticalViewScrollbarOutline

Section titled "verticalViewScrollbarOutline"

Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarOutline?: string

Optional verticalViewScrollbarPosition

Section titled "verticalViewScrollbarPosition"

Gets or sets the position to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarPosition?: string | SeriesViewerVerticalScrollbarPosition

Optional verticalViewScrollbarShouldAddAutoTrackInsets

Section titled "verticalViewScrollbarShouldAddAutoTrackInsets"

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"

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"

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"

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"

Gets or sets the width to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarWidth?: string | number

Optional windowRect

Section titled "windowRect"

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"

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"

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"

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"

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