Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Class and Description |
---|---|
class |
AxisList<T extends Axis>
Alternative AxisContainer to allow multiple axes
|
Modifier and Type | Class and Description |
---|---|
class |
ColorAxis |
class |
XAxis
The X axis or category axis.
|
class |
YAxis
The Y axis or value axis.
|
class |
ZAxis
The Z axis or depth axis for 3D plots.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AxisList.contains(Axis axis) |
void |
Configuration.fireAxesRescaled(Axis axis,
Number minimum,
Number maximum,
boolean redraw,
boolean animate)
Fires axis rescaled event.
|
void |
ChartConfiguration.fireAxesRescaled(Axis axis,
Number minimum,
Number maximum,
boolean redraw,
boolean animate) |
int |
AxisList.indexOf(Axis axis) |
Copyright © 2020. All rights reserved.