Preparing search index...
The search index is not available
@carbon/charts
@carbon/charts
interfaces
GridOptions
Interface GridOptions
interface
GridOptions
{
x
?:
{
alignWithAxisTicks
?:
boolean
;
enabled
?:
boolean
;
numberOfTicks
?:
number
;
}
;
y
?:
{
alignWithAxisTicks
?:
boolean
;
enabled
?:
boolean
;
numberOfTicks
?:
number
;
}
;
}
Index
Properties
x?
y?
Properties
Optional
x
x
?:
{
alignWithAxisTicks
?:
boolean
;
enabled
?:
boolean
;
numberOfTicks
?:
number
}
Optional
y
y
?:
{
alignWithAxisTicks
?:
boolean
;
enabled
?:
boolean
;
numberOfTicks
?:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
@carbon/charts
Loading...