Package | Description |
---|---|
com.vaadin.flow.component.charts.model | |
com.vaadin.flow.component.charts.model.serializers |
Modifier and Type | Method and Description |
---|---|
Stop[] |
YAxis.getStops() |
Modifier and Type | Method and Description |
---|---|
void |
YAxis.addStop(Stop stop)
Adds stop to the stops array
|
void |
YAxis.removeStop(Stop stop)
Removes first occurrence of stop in stops array
|
void |
YAxis.setStops(Stop... stops) |
Modifier and Type | Method and Description |
---|---|
void |
StopSerializer.serialize(Stop value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2020. All rights reserved.