public static class CombinedXYChart.XYCombinedChartDef

  1. Object
  2. CombinedXYChart.XYCombinedChartDef
Definition of a chart inside a combined XY chart.

Constructors

public XYCombinedChartDef(String type, int... seriesIndex)Constructs a chart definition.

Methods

public boolean containsSeries(int seriesIndex)
public int getChartSeriesIndex(int seriesIndex)
public String getType()
public int[] getSeriesIndex()

Inherited methods

Constructor details

XYCombinedChartDef

public XYCombinedChartDef(String type, int... seriesIndex)
Constructs a chart definition.

Parameters

type String
XY chart type
seriesIndex int...
corresponding data series indexes

Method details

containsSeries

public boolean containsSeries(int seriesIndex)

getChartSeriesIndex

public int getChartSeriesIndex(int seriesIndex)

getType

public String getType()

getSeriesIndex

public int[] getSeriesIndex()