| Constructor and Description |
|---|
Builder(ChartType type,
ChartPaletteType paletteType,
String provider,
String rule,
String longName,
String description,
Long id,
long version) |
| Modifier and Type | Method and Description |
|---|---|
ChartDef |
build() |
ChartDef.Builder |
height(int height) |
ChartDef.Builder |
showDataLabels(boolean showDataLabels) |
ChartDef.Builder |
showGrid(boolean showGrid) |
ChartDef.Builder |
smooth(boolean smooth) |
ChartDef.Builder |
stacked(boolean stacked) |
ChartDef.Builder |
subTitle(String subTitle) |
ChartDef.Builder |
title(String title) |
ChartDef.Builder |
width(int width) |
public ChartDef.Builder title(String title)
public ChartDef.Builder subTitle(String subTitle)
public ChartDef.Builder width(int width)
public ChartDef.Builder height(int height)
public ChartDef.Builder stacked(boolean stacked)
public ChartDef.Builder showGrid(boolean showGrid)
public ChartDef.Builder showDataLabels(boolean showDataLabels)
public ChartDef.Builder smooth(boolean smooth)
public ChartDef build() throws com.tcdng.unify.core.UnifyException
com.tcdng.unify.core.UnifyExceptionCopyright © 2022. All rights reserved.