See: Description
Class | Description |
---|---|
AbstractMarker |
Basic class to create markers in a chart plot.
|
AxisPosition |
The
AxisPosition class contains axis placements that can
be used by the BaseAxis.setAxisPosition(AxisPosition) . |
BaseAxis |
Basic class for a chart axis.
|
ContinuousDateAxis |
This axis displays a continuous time line with values.
|
ContinuousNumberAxis |
The axis which displays the continuous number line with values.
|
DateRange |
Specifies a range of dates for i-net Clear Reports charts.
|
DiscreteNumberAxis |
The axis which displays discrete number values.
|
GroupAxis |
The axis which displays the category and series group values.
|
IntervalMarker |
Class to create interval markers in a chart plot.
|
LineMarker |
Class to create line markers in a chart plot.
|
NumberRange |
Class representing a range of number values.
|
Provides all classes and interfaces for the i-net Clear Reports chart axes.
To resolve which axis type is used by each chart style please see the set function of the chart plot according to your style. E.g. BarStyle belongs to the plot BarPlot. This uses a GroupAxis as category axis (see BarPlot.setCategoryAxis(GroupAxis)) and a ContinuousNumberAxis as data axis (see BarPlot.setDataAxis(ContinuousNumberAxis)).
Copyright © 1999-2020 by i-net software GmbH