public class ChartData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChartData.AxisProperties |
static class |
ChartData.BackgroundProperties |
static class |
ChartData.BorderStyle |
static class |
ChartData.ColorProperties |
static class |
ChartData.GradientProperties |
static class |
ChartData.LegendPosition |
static class |
ChartData.LegendProperties |
static class |
ChartData.TextProperties |
static class |
ChartData.TitleProperties |
static class |
ChartData.View3dData |
| Modifier and Type | Field and Description |
|---|---|
ChartData.BackgroundProperties |
background |
boolean |
blanksAsZeros |
ChartData.BorderStyle |
borderStyle |
ChartData.LegendProperties |
legendProperties |
List<AbstractSeriesData> |
plotData |
String |
title |
ChartData.TitleProperties |
titleStyle |
ChartData.View3dData |
view3dData |
ChartData.AxisProperties |
xAxisProperties |
List<ChartData.AxisProperties> |
yAxesProperties
Items index is its id in AbstractSeriesData
|
| Constructor and Description |
|---|
ChartData() |
public String title
public List<AbstractSeriesData> plotData
public ChartData.View3dData view3dData
public boolean blanksAsZeros
public ChartData.BorderStyle borderStyle
public ChartData.TitleProperties titleStyle
public ChartData.LegendProperties legendProperties
public ChartData.AxisProperties xAxisProperties
public List<ChartData.AxisProperties> yAxesProperties
public ChartData.BackgroundProperties background
Copyright © 2016–2025 Vaadin Ltd. All rights reserved.