Skip to main content
A newer version of this page is available.

SeriesLabelValuesBase Class

The base class for the classes that provide values to build a series’ label text.

Declaration

public abstract class SeriesLabelValuesBase

Inherited Members

java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)

Inheritance

Object
SeriesLabelValuesBase

Methods

getPointIndexes() Method

Declaration

public int[] getPointIndexes()

Returns

Type
int[]

getSeriesName() Method

Returns the series name.

Declaration

public String getSeriesName()

Returns

Type Description
String

The string specifying the series name.