Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
abstract Compare |
PointOptions.getCompare() |
Compare |
PlotOptionsSpline.getCompare() |
Compare |
PlotOptionsSeries.getCompare() |
Compare |
PlotOptionsScatter.getCompare() |
Compare |
PlotOptionsPolygon.getCompare() |
Compare |
PlotOptionsOhlc.getCompare() |
Compare |
PlotOptionsLine.getCompare() |
Compare |
PlotOptionsColumnrange.getCompare() |
Compare |
PlotOptionsColumn.getCompare() |
Compare |
PlotOptionsAreasplinerange.getCompare() |
Compare |
PlotOptionsAreaspline.getCompare() |
Compare |
PlotOptionsArearange.getCompare() |
Compare |
PlotOptionsArea.getCompare() |
abstract Compare |
AreaOptions.getCompare() |
static Compare |
Compare.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compare[] |
Compare.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PointOptions.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsSpline.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsSeries.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsScatter.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsPolygon.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsOhlc.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsLine.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsColumnrange.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsColumn.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsAreasplinerange.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsAreaspline.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsArearange.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
void |
PlotOptionsArea.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
abstract void |
AreaOptions.setCompare(Compare compare)
Compare the values of the series against the first non-null, non-zero
value in the visible range.
|
Copyright © 2020. All rights reserved.