Represents styling event args for a row in data legend
Constructors
Section titled "Constructors"IgxDataLegendStylingRowEventArgs
new IgxDataLegendStylingRowEventArgs(): IgxDataLegendStylingRowEventArgs Returns IgxDataLegendStylingRowEventArgs
Properties
Section titled "Properties"ngAcceptInputType_badgeShape
Section titled "ngAcceptInputType_badgeShape"ngAcceptInputType_badgeShape: any ngAcceptInputType_isBadgeVisible
Section titled "ngAcceptInputType_isBadgeVisible"ngAcceptInputType_isBadgeVisible: string | boolean ngAcceptInputType_isRowVisible
Section titled "ngAcceptInputType_isRowVisible"ngAcceptInputType_isRowVisible: string | boolean ngAcceptInputType_seriesIndex
Section titled "ngAcceptInputType_seriesIndex"ngAcceptInputType_seriesIndex: string | number Accessors
Section titled "Accessors"badgeShape
Section titled "badgeShape"Gets or sets shape of legend badge in the Data Legend This setting applies only to styling series rows
get badgeShape(): LegendItemBadgeShape
Returns LegendItemBadgeShape
set badgeShape(v: LegendItemBadgeShape): void Parameters
- v:
LegendItemBadgeShape
Returns void
groupName
Section titled "groupName"Gets the group name associated with a row of Data Legend
get groupName(): string
Returns string
set groupName(v: string): void Parameters
- v:
string
Returns void
isBadgeVisible
Section titled "isBadgeVisible"Gets or sets whether the legend badge is visible in the Data Legend This setting applies only to styling series rows
get isBadgeVisible(): boolean
Returns boolean
set isBadgeVisible(v: boolean): void Parameters
- v:
boolean
Returns void
isRowVisible
Section titled "isRowVisible"Gets or sets whether the whole row is visible in the Data Legend
get isRowVisible(): boolean
Returns boolean
set isRowVisible(v: boolean): void Parameters
- v:
boolean
Returns void
seriesIndex
Section titled "seriesIndex"Gets index of series in the chart
get seriesIndex(): number
Returns number
set seriesIndex(v: number): void Parameters
- v:
number
Returns void
seriesTitle
Section titled "seriesTitle"Gets title of series in the chart
get seriesTitle(): string
Returns string
set seriesTitle(v: string): void Parameters
- v:
string
Returns void
titleText
Section titled "titleText"Gets or sets title text displayed in a row of Data Legend
get titleText(): string
Returns string
set titleText(v: string): void Parameters
- v:
string
Returns void
titleTextColor
Section titled "titleTextColor"Gets or sets color of title text
get titleTextColor(): string
Returns string
set titleTextColor(v: string): void Parameters
- v:
string
Returns void