Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
Shape |
Tooltip.getShape() |
Shape |
SeriesTooltip.getShape() |
Shape |
DataLabelsRange.getShape() |
Shape |
DataLabelsFunnel.getShape() |
Shape |
DataLabels.getShape() |
Shape |
CrosshairLabel.getShape() |
abstract Shape |
AbstractDataLabels.getShape() |
static Shape |
Shape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shape[] |
Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltip.setShape(Shape shape)
The name of a symbol to use for the border around the tooltip.
|
void |
SeriesTooltip.setShape(Shape shape)
The name of a symbol to use for the border around the tooltip.
|
void |
DataLabelsRange.setShape(Shape shape)
The name of a symbol to use for the border around the label.
|
void |
DataLabelsFunnel.setShape(Shape shape)
The name of a symbol to use for the border around the label.
|
void |
DataLabels.setShape(Shape shape)
The name of a symbol to use for the border around the label.
|
void |
CrosshairLabel.setShape(Shape shape)
The shape to use for the label box.
|
abstract void |
AbstractDataLabels.setShape(Shape shape)
The name of a symbol to use for the border around the label.
|
Copyright © 2025. All rights reserved.