| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model | |
| com.vaadin.flow.component.charts.model.serializers |
| Modifier and Type | Method and Description |
|---|---|
AxisTitle |
ZAxis.getTitle() |
AxisTitle |
YAxis.getTitle() |
AxisTitle |
XAxis.getTitle() |
abstract AxisTitle |
Axis.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZAxis.setTitle(AxisTitle title)
The axis title, showing next to the axis line.
|
void |
YAxis.setTitle(AxisTitle title) |
void |
XAxis.setTitle(AxisTitle title)
The axis title, showing next to the axis line.
|
abstract void |
Axis.setTitle(AxisTitle title)
The axis title, showing next to the axis line.
|
| Modifier and Type | Method and Description |
|---|---|
Class<AxisTitle> |
AxisTitleBeanSerializer.getBeanClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisTitleBeanSerializer.serialize(AxisTitle bean,
BeanSerializerDelegator<AxisTitle> serializer,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisTitleBeanSerializer.serialize(AxisTitle bean,
BeanSerializerDelegator<AxisTitle> serializer,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2025. All rights reserved.