Represents styling event args for a column in data legend
Constructors
Section titled "Constructors"IgxDataLegendStylingColumnEventArgs
new IgxDataLegendStylingColumnEventArgs(): IgxDataLegendStylingColumnEventArgs Returns IgxDataLegendStylingColumnEventArgs
Properties
Section titled "Properties"ngAcceptInputType_columnIndex
Section titled "ngAcceptInputType_columnIndex"ngAcceptInputType_columnIndex: string | number ngAcceptInputType_seriesIndex
Section titled "ngAcceptInputType_seriesIndex"ngAcceptInputType_seriesIndex: string | number ngAcceptInputType_valueAbbreviation
Section titled "ngAcceptInputType_valueAbbreviation"ngAcceptInputType_valueAbbreviation: any ngAcceptInputType_valueOriginal
Section titled "ngAcceptInputType_valueOriginal"ngAcceptInputType_valueOriginal: string | number columnIndex
Section titled "columnIndex"columnIndex: number groupName
Section titled "groupName"groupName: string labelText
Section titled "labelText"labelText: string labelTextColor
Section titled "labelTextColor"labelTextColor: string seriesIndex
Section titled "seriesIndex"seriesIndex: number seriesTitle
Section titled "seriesTitle"seriesTitle: string unitsText
Section titled "unitsText"unitsText: string unitsTextColor
Section titled "unitsTextColor"unitsTextColor: string valueAbbreviation
Section titled "valueAbbreviation"valueAbbreviation: DataAbbreviationMode valueMemberLabel
Section titled "valueMemberLabel"valueMemberLabel: string valueMemberPath
Section titled "valueMemberPath"valueMemberPath: string valueOriginal
Section titled "valueOriginal"valueOriginal: number valueText
Section titled "valueText"valueText: string valueTextColor
Section titled "valueTextColor"valueTextColor: string