IIgrDataLegendProps

Optional actualBackground

Section titled "actualBackground"

Gets the effective background of the data legend.

actualBackground?: string

Optional actualBadgesVisible

Section titled "actualBadgesVisible"

Gets whether or not at least one badge is visible based on BadgesShape and setting of a row's IsVisble in StyleSeriesRow event

actualBadgesVisible?: string | boolean

Optional actualBorderBrush

Section titled "actualBorderBrush"

Gets the effective border brush of the data legend.

actualBorderBrush?: string

Optional actualBorderThicknessBottom

Section titled "actualBorderThicknessBottom"
actualBorderThicknessBottom?: string | number

Optional actualBorderThicknessLeft

Section titled "actualBorderThicknessLeft"
actualBorderThicknessLeft?: string | number

Optional actualBorderThicknessRight

Section titled "actualBorderThicknessRight"
actualBorderThicknessRight?: string | number

Optional actualBorderThicknessTop

Section titled "actualBorderThicknessTop"
actualBorderThicknessTop?: string | number

Optional actualPixelScalingRatio

Section titled "actualPixelScalingRatio"

Gets the actual pixel scaling ratio 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.

actualPixelScalingRatio?: string | number

Optional badgeMarginBottom

Section titled "badgeMarginBottom"
badgeMarginBottom?: string | number

Optional badgeMarginLeft

Section titled "badgeMarginLeft"
badgeMarginLeft?: string | number

Optional badgeMarginRight

Section titled "badgeMarginRight"
badgeMarginRight?: string | number

Optional badgeMarginTop

Section titled "badgeMarginTop"
badgeMarginTop?: string | number

Optional badgeShape

Section titled "badgeShape"

Gets or sets the BadgeShape for the data legend.

badgeShape?: any

Optional calculateColumnSummary

Section titled "calculateColumnSummary"

Event raised when calculating summary value for each column in data legend

calculateColumnSummary?: object

Optional children

Section titled "children"
children?: ReactNode

Optional contentBackground

Section titled "contentBackground"

Gets or sets the background of the data legend.

contentBackground?: string

Optional contentBorderBrush

Section titled "contentBorderBrush"

Gets or sets the border color of the data legend.

contentBorderBrush?: string

Optional contentBorderThickness

Section titled "contentBorderThickness"

Gets or sets the border thickness of the data legend.

contentBorderThickness?: string | number

Optional excludedColumns

Section titled "excludedColumns"

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 ExcludedColumns property takes precedence over values of IncludedColumns property

excludedColumns?: string[]

Optional excludedSeries

Section titled "excludedSeries"

Gets or sets indexes, titles, or names of series to exclude from displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title" The ExcludedSeries property takes precedence over values of IncludedSeries property

excludedSeries?: string[]

Optional groupRowMarginBottom

Section titled "groupRowMarginBottom"
groupRowMarginBottom?: string | number

Optional groupRowMarginLeft

Section titled "groupRowMarginLeft"
groupRowMarginLeft?: string | number

Optional groupRowMarginRight

Section titled "groupRowMarginRight"
groupRowMarginRight?: string | number

Optional groupRowMarginTop

Section titled "groupRowMarginTop"
groupRowMarginTop?: string | number

Optional groupRowVisible

Section titled "groupRowVisible"

Gets or sets whether to show Header row.

groupRowVisible?: string | boolean

Optional groupTextColor

Section titled "groupTextColor"

Gets or sets the Group text color.

groupTextColor?: string

Optional groupTextMarginBottom

Section titled "groupTextMarginBottom"
groupTextMarginBottom?: string | number

Optional groupTextMarginLeft

Section titled "groupTextMarginLeft"
groupTextMarginLeft?: string | number

Optional groupTextMarginRight

Section titled "groupTextMarginRight"
groupTextMarginRight?: string | number

Optional groupTextMarginTop

Section titled "groupTextMarginTop"
groupTextMarginTop?: string | number

Optional groupTextStyle

Section titled "groupTextStyle"

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

groupTextStyle?: string

Optional headerFormatCulture

Section titled "headerFormatCulture"

Gets or sets globalization culture applied to header only when it displays dates that are fetched from date/time axes This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties

headerFormatCulture?: string

Optional headerFormatDate

Section titled "headerFormatDate"

Gets or sets date format for the header only when it displays dates that are fetched from date/time axes This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties

headerFormatDate?: any

Optional headerFormatSpecifiers

Section titled "headerFormatSpecifiers"

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

headerFormatSpecifiers?: any[]

Optional headerFormatString

Section titled "headerFormatString"

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

headerFormatString?: string

Optional headerFormatTime

Section titled "headerFormatTime"

Gets or sets time format for the header only when it displays dates that are fetched from date/time axes This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties

headerFormatTime?: any

Optional headerRowMarginBottom

Section titled "headerRowMarginBottom"
headerRowMarginBottom?: string | number

Optional headerRowMarginLeft

Section titled "headerRowMarginLeft"
headerRowMarginLeft?: string | number

Optional headerRowMarginRight

Section titled "headerRowMarginRight"
headerRowMarginRight?: string | number

Optional headerRowMarginTop

Section titled "headerRowMarginTop"
headerRowMarginTop?: string | number

Optional headerRowVisible

Section titled "headerRowVisible"

Gets or sets whether to show Header row.

headerRowVisible?: string | boolean

Optional headerText

Section titled "headerText"

Gets or sets the HeaderText for the data legend.

headerText?: string

Optional headerTextColor

Section titled "headerTextColor"

Gets or sets the header text color.

headerTextColor?: string

Optional headerTextMarginBottom

Section titled "headerTextMarginBottom"
headerTextMarginBottom?: string | number

Optional headerTextMarginLeft

Section titled "headerTextMarginLeft"
headerTextMarginLeft?: string | number

Optional headerTextMarginRight

Section titled "headerTextMarginRight"
headerTextMarginRight?: string | number

Optional headerTextMarginTop

Section titled "headerTextMarginTop"
headerTextMarginTop?: string | number

Optional headerTextStyle

Section titled "headerTextStyle"

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

headerTextStyle?: string
height?: string

Optional includedColumns

Section titled "includedColumns"

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 ExcludedColumns property takes precedence over values of IncludedColumns property

includedColumns?: string[]

Optional includedSeries

Section titled "includedSeries"

Gets or sets indexes, titles, or names of series to include in displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title" The ExcludedSeries property takes precedence over values of IncludedSeries property

includedSeries?: string[]

Optional isEmbeddedInDataTooltip

Section titled "isEmbeddedInDataTooltip"

Gets or sets whether the legend is embedded in a DataTooltip

isEmbeddedInDataTooltip?: string | boolean

Optional labelDisplayMode

Section titled "labelDisplayMode"

Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series

labelDisplayMode?: any

Optional labelTextColor

Section titled "labelTextColor"

Gets or sets the units text color.

labelTextColor?: string

Optional labelTextMarginBottom

Section titled "labelTextMarginBottom"
labelTextMarginBottom?: string | number

Optional labelTextMarginLeft

Section titled "labelTextMarginLeft"
labelTextMarginLeft?: string | number

Optional labelTextMarginRight

Section titled "labelTextMarginRight"
labelTextMarginRight?: string | number

Optional labelTextMarginTop

Section titled "labelTextMarginTop"
labelTextMarginTop?: string | number

Optional labelTextStyle

Section titled "labelTextStyle"

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

labelTextStyle?: string

Optional layoutMode

Section titled "layoutMode"

Gets or sets the layout of content in the data legend

layoutMode?: any

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 shouldUpdateWhenSeriesDataChanges

Section titled "shouldUpdateWhenSeriesDataChanges"

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

shouldUpdateWhenSeriesDataChanges?: string | boolean

Optional styleGroupRow

Section titled "styleGroupRow"

Event raised when styling the group row

styleGroupRow?: object

Optional styleHeaderRow

Section titled "styleHeaderRow"

Event raised when styling the header row

styleHeaderRow?: object

Optional styleSeriesColumn

Section titled "styleSeriesColumn"

Event raised when styling the label, value, and unit columns in series rows

styleSeriesColumn?: object

Optional styleSeriesRow

Section titled "styleSeriesRow"

Event raised when styling title and badge in series rows

styleSeriesRow?: object

Optional styleSummaryColumn

Section titled "styleSummaryColumn"

Event raised when styling the label, value, and unit columns in summary row

styleSummaryColumn?: object

Optional styleSummaryRow

Section titled "styleSummaryRow"

Event raised when styling title in the summary row

styleSummaryRow?: object

Optional summaryLabelText

Section titled "summaryLabelText"

Gets or sets the units text for the data legend.

summaryLabelText?: string

Optional summaryLabelTextColor

Section titled "summaryLabelTextColor"

Gets or sets the units text color.

summaryLabelTextColor?: string

Optional summaryLabelTextStyle

Section titled "summaryLabelTextStyle"

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

summaryLabelTextStyle?: string

Optional summaryRowMarginBottom

Section titled "summaryRowMarginBottom"
summaryRowMarginBottom?: string | number

Optional summaryRowMarginLeft

Section titled "summaryRowMarginLeft"
summaryRowMarginLeft?: string | number

Optional summaryRowMarginRight

Section titled "summaryRowMarginRight"
summaryRowMarginRight?: string | number

Optional summaryRowMarginTop

Section titled "summaryRowMarginTop"
summaryRowMarginTop?: string | number

Optional summaryTitleText

Section titled "summaryTitleText"

Gets or sets the SummaryTitleText for the data legend.

summaryTitleText?: string

Optional summaryTitleTextColor

Section titled "summaryTitleTextColor"

Gets or sets the summary text color.

summaryTitleTextColor?: string

Optional summaryTitleTextMarginBottom

Section titled "summaryTitleTextMarginBottom"
summaryTitleTextMarginBottom?: string | number

Optional summaryTitleTextMarginLeft

Section titled "summaryTitleTextMarginLeft"
summaryTitleTextMarginLeft?: string | number

Optional summaryTitleTextMarginRight

Section titled "summaryTitleTextMarginRight"
summaryTitleTextMarginRight?: string | number

Optional summaryTitleTextMarginTop

Section titled "summaryTitleTextMarginTop"
summaryTitleTextMarginTop?: string | number

Optional summaryTitleTextStyle

Section titled "summaryTitleTextStyle"

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

summaryTitleTextStyle?: string

Optional summaryType

Section titled "summaryType"

Gets or sets the SummaryType for the data legend.

summaryType?: any

Optional summaryUnitsText

Section titled "summaryUnitsText"

Gets or sets the units text for the data legend.

summaryUnitsText?: string

Optional summaryUnitsTextColor

Section titled "summaryUnitsTextColor"

Gets or sets the units text color.

summaryUnitsTextColor?: string

Optional summaryUnitsTextStyle

Section titled "summaryUnitsTextStyle"

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

summaryUnitsTextStyle?: string

Optional summaryValueTextColor

Section titled "summaryValueTextColor"

Gets or sets the units text color.

summaryValueTextColor?: string

Optional summaryValueTextStyle

Section titled "summaryValueTextStyle"

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

summaryValueTextStyle?: string
target?: any

Optional targetCursorPositionX

Section titled "targetCursorPositionX"

Gets or sets horizontal position (between 0.0 and 1.0) in viewport of the target component

targetCursorPositionX?: string | number

Optional targetCursorPositionY

Section titled "targetCursorPositionY"

Gets or sets vertical position (between 0.0 and 1.0) in viewport of the target component

targetCursorPositionY?: string | number

Optional titleTextColor

Section titled "titleTextColor"

Gets or sets the display text color.

titleTextColor?: string

Optional titleTextMarginBottom

Section titled "titleTextMarginBottom"
titleTextMarginBottom?: string | number

Optional titleTextMarginLeft

Section titled "titleTextMarginLeft"
titleTextMarginLeft?: string | number

Optional titleTextMarginRight

Section titled "titleTextMarginRight"
titleTextMarginRight?: string | number

Optional titleTextMarginTop

Section titled "titleTextMarginTop"
titleTextMarginTop?: string | number

Optional titleTextStyle

Section titled "titleTextStyle"

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

titleTextStyle?: string

Optional unitsDisplayMode

Section titled "unitsDisplayMode"

Gets or sets the UnitsMode for the data legend.

unitsDisplayMode?: any

Optional unitsText

Section titled "unitsText"

Gets or sets the units text for the data legend.

unitsText?: string

Optional unitsTextColor

Section titled "unitsTextColor"

Gets or sets the units text color.

unitsTextColor?: string

Optional unitsTextMarginBottom

Section titled "unitsTextMarginBottom"
unitsTextMarginBottom?: string | number

Optional unitsTextMarginLeft

Section titled "unitsTextMarginLeft"
unitsTextMarginLeft?: string | number

Optional unitsTextMarginRight

Section titled "unitsTextMarginRight"
unitsTextMarginRight?: string | number

Optional unitsTextMarginTop

Section titled "unitsTextMarginTop"
unitsTextMarginTop?: string | number

Optional unitsTextStyle

Section titled "unitsTextStyle"

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

unitsTextStyle?: string

Optional valueFormatAbbreviation

Section titled "valueFormatAbbreviation"

Gets or sets mode for abbreviating large numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

valueFormatAbbreviation?: any

Optional valueFormatCulture

Section titled "valueFormatCulture"

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

valueFormatCulture?: string

Optional valueFormatCurrencyCode

Section titled "valueFormatCurrencyCode"

Gets or sets the currency code used for displaying currency symbol next to values, e.g. USD for $, EUR for € This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

valueFormatCurrencyCode?: string

Optional valueFormatMaxFractions

Section titled "valueFormatMaxFractions"

Gets or sets maximum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

valueFormatMaxFractions?: string | number

Optional valueFormatMinFractions

Section titled "valueFormatMinFractions"

Gets or sets minimum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

valueFormatMinFractions?: string | number

Optional valueFormatMode

Section titled "valueFormatMode"

Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)

valueFormatMode?: any

Optional valueFormatSpecifiers

Section titled "valueFormatSpecifiers"

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

valueFormatSpecifiers?: any[]

Optional valueFormatString

Section titled "valueFormatString"

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

valueFormatString?: string

Optional valueFormatUseGrouping

Section titled "valueFormatUseGrouping"

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

valueFormatUseGrouping?: string | boolean

Optional valueRowMarginBottom

Section titled "valueRowMarginBottom"
valueRowMarginBottom?: string | number

Optional valueRowMarginLeft

Section titled "valueRowMarginLeft"
valueRowMarginLeft?: string | number

Optional valueRowMarginRight

Section titled "valueRowMarginRight"
valueRowMarginRight?: string | number

Optional valueRowMarginTop

Section titled "valueRowMarginTop"
valueRowMarginTop?: string | number

Optional valueRowVisible

Section titled "valueRowVisible"

Gets or sets whether to show series rows.

valueRowVisible?: string | boolean

Optional valueTextColor

Section titled "valueTextColor"

Gets or sets the units text color.

valueTextColor?: string

Optional valueTextMarginBottom

Section titled "valueTextMarginBottom"
valueTextMarginBottom?: string | number

Optional valueTextMarginLeft

Section titled "valueTextMarginLeft"
valueTextMarginLeft?: string | number

Optional valueTextMarginRight

Section titled "valueTextMarginRight"
valueTextMarginRight?: string | number

Optional valueTextMarginTop

Section titled "valueTextMarginTop"
valueTextMarginTop?: string | number

Optional valueTextStyle

Section titled "valueTextStyle"

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

valueTextStyle?: string

Optional valueTextUseSeriesColors

Section titled "valueTextUseSeriesColors"

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

valueTextUseSeriesColors?: string | boolean

Optional valueTextWhenMissingData

Section titled "valueTextWhenMissingData"

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

valueTextWhenMissingData?: string
width?: string