public class ScatterChart
extends AbstractBuilder
| Modifier and Type | Class and Description |
|---|---|
class |
ScatterChart.OnChartClick |
static class |
ScatterChart.ScatterAdditionalMeasure<ATTACHEDTO extends ObjectIdentity> |
static class |
ScatterChart.ScatterOptions |
static class |
ScatterChart.ScatterSeries |
| Modifier and Type | Field and Description |
|---|---|
protected Dictionary<ScatterChart> |
dictionary |
protected ScatterChart.ScatterOptions |
options |
| Constructor and Description |
|---|
ScatterChart(String instanceId,
String classId,
ObjectIdentity parentChartObjectIdentity,
IdGenerator idGenerator,
Invocations<MethodInvocation> invocations) |
| Modifier and Type | Method and Description |
|---|---|
AuxLine<ScatterChart> |
addAuxLine() |
ScatterChart.ScatterSeries |
addSeries() |
ChartBuilderResult |
build() |
Dictionary<ScatterChart> |
getDictionary() |
ScatterChart.ScatterOptions |
getOptions() |
ScatterChart.OnChartClick |
onClick() |
protected ScatterChart.ScatterOptions options
protected Dictionary<ScatterChart> dictionary
public ScatterChart.ScatterSeries addSeries()
public ScatterChart.ScatterOptions getOptions()
public AuxLine<ScatterChart> addAuxLine()
public Dictionary<ScatterChart> getDictionary()
public ScatterChart.OnChartClick onClick()
public ChartBuilderResult build()
build in class AbstractBuilderCopyright © 2017. All rights reserved.