See: Description
Interface | Description |
---|---|
ChartPlot |
Interface for general chart plots.
|
Class | Description |
---|---|
AbstractPlot |
A general plotting class with common properties used by all chart plots.
|
AreaPlot |
A general class for plotting data of groups of values.
|
AreaStyle |
This class defines the different styles for the area chart.
|
BarPlot |
A general class for plotting data of groups of values.
|
BarStyle |
This class defines the different styles for the bar chart.
|
Chart3DPlot |
Class to create 3D chart plots.
|
Chart3DStyle |
This class defines the different styles of the general 3d chart.
|
ChartStyle |
A general class for all chart styles.
|
CombinedPlot |
A general class for plotting data of different plots.
|
ContinuousAreaPlot |
A general class for plotting data of groups of values.
|
ContinuousAreaStyle |
This class defines the different styles of the continuous area chart.
|
ContinuousBarPlot |
A general class for plotting data of groups of values.
|
ContinuousBarStyle |
This class defines the different styles of the continuous bar chart.
|
ContinuousLinePlot |
A general class for plotting data of groups of values.
|
ContinuousLineStyle |
This class defines the different styles of the continuous line chart.
|
DrawOutOfScale |
This class sets the properties for draw out of scale.
|
GanttPlot |
A general class for plotting data in the form of an start, end and progress value.
|
GanttStyle |
This class defines the styles of the gantt chart.
|
ItemShape |
This class defines the shapes which used in the chart.
|
LinePlot |
A general class for plotting data of groups of values.
|
LineStyle |
This class defines the different styles of the line chart.
|
MultiplePiePlot |
A general class for plotting data of groups of values.
|
MultiplePieStyle |
This class defines the styles of the multiple pie chart.
|
PieLegendLayout |
This class defines the layout of the pie legend.
|
PiePlot |
A general class for plotting data of groups of values.
|
PieStyle |
This class defines the different styles of the pie chart.
|
PolarPlot |
A general class for plotting data of groups of values.
|
PolarStyle |
This class defines the different styles of the polar chart.
|
StandardPlot |
A general plotting class that uses
BaseAxis as category axis,
DiscreteNumberAxis as data axis and StandardDataset as data source. |
StockPlot |
A general class for plotting data in the form of an open and close value or an open, close, high an low value.
|
StockStyle |
This class defines the different styles of the stock chart.
|
XYPlot |
A general class for plotting data in the form of (x, y) pairs.
|
XYStyle |
This class defines the different styles of the XYChart.
|
Enum | Description |
---|---|
AbstractPlot.GradientSetting |
The gradient paint setting for the colorization of the chart items.
|
Provides all classes and interfaces for chart plot.
The plot is a base class that controls the visual representation of data in a chart.
All plots implement the interface ChartPlot. To resolve which plot type is used by chart
please see the documentation of ChartStyle, which is used to create the chart.
E.g. a BarPlot belongs to the BarStyle.
Copyright © 1999-2020 by i-net software GmbH