public final class CustomAxes
extends java.util.ArrayList
Title: CustomAxes class
Description: Used to access the Custom series List.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
CustomAxes() |
Modifier and Type | Method and Description |
---|---|
Axis |
add(Axis axis)
Adds a Custom Axis.
|
Axis |
getAxis(int index)
Accesses Axis characteristics of corresponding index value.
|
Axis |
getNew()
Creates and adds a custom axis to the chart.
|
int |
indexOf(Axis a)
Returns the corresponding axis index which has the specified value.
|
void |
remove(Axis a)
Removes the Custom Axis of Index 'CustomAxisIndex'.
Any Series associated with the Axis are reset to their default Axes. |
void |
removeAll()
Removes all Custom Axes.
Any Series associated with the Axes are reset to their default Axes. |
void |
setAxis(int index,
Axis value)
Sets Axis characteristics of corresponding index value.
|
void |
setChart(IBaseChart value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public Axis getNew()
public void setChart(IBaseChart value)
public Axis getAxis(int index)
index
- intpublic void setAxis(int index, Axis value)
index
- intvalue
- Axispublic int indexOf(Axis a)
a
- Axispublic void remove(Axis a)
a
- Axispublic void removeAll()