Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
Crosshair |
ZAxis.getCrosshair() |
Crosshair |
YAxis.getCrosshair() |
Crosshair |
XAxis.getCrosshair() |
abstract Crosshair |
Axis.getCrosshair() |
Modifier and Type | Method and Description |
---|---|
void |
ZAxis.setCrosshair(Crosshair crosshair)
Configure a crosshair that follows either the mouse pointer or the
hovered point.
|
void |
YAxis.setCrosshair(Crosshair crosshair)
Configure a crosshair that follows either the mouse pointer or the
hovered point.
|
void |
XAxis.setCrosshair(Crosshair crosshair)
Configure a crosshair that follows either the mouse pointer or the
hovered point.
|
abstract void |
Axis.setCrosshair(Crosshair crosshair)
Configure a crosshair that follows either the mouse pointer or the
hovered point.
|
Copyright © 2020. All rights reserved.