Preparing search index...
The search index is not available
@carbon/charts
@carbon/charts
interfaces
LegendOptions
Interface LegendOptions
customize the legend component
interface
LegendOptions
{
additionalItems
?:
interfaces
.
LegendItem
[]
;
alignment
?:
string
;
clickable
?:
boolean
;
enabled
?:
boolean
;
order
?:
string
[]
;
orientation
?:
interfaces
.
LegendOrientations
;
position
?:
string
;
truncation
?:
interfaces
.
TruncationOptions
;
}
Index
Properties
additional
Items?
alignment?
clickable?
enabled?
order?
orientation?
position?
truncation?
Properties
Optional
additional
Items
additionalItems
?:
interfaces
.
LegendItem
[]
customized legend items
Optional
alignment
alignment
?:
string
Optional
clickable
clickable
?:
boolean
the clickability of legend items
Optional
enabled
enabled
?:
boolean
Optional
order
order
?:
string
[]
Optional
orientation
orientation
?:
interfaces
.
LegendOrientations
Optional
position
position
?:
string
Optional
truncation
truncation
?:
interfaces
.
TruncationOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Items
alignment
clickable
enabled
order
orientation
position
truncation
@carbon/charts
Loading...
customize the legend component