an LegendItem constructor creates a new object based on the source chart scale, a text string, a symbol
value, an ChartAttribute object, and an explicit font.
an LegendItem constructor creates a new object based on the source chart scale, a text string, a symbol
value, an GraphObj object, and an explicit font.
an LegendItem constructor creates a new object based on the source chart scale, a text string,
a symbol value, an GraphObj object, and an explicit font.
an LegendItem constructor creates a new object based on the source chart scale, a text string, a
symbol value, an GraphObj object, a group number, and an explicit font.
an LegendItem constructor creates a new object based on the source chart scale, a text string,
a symbol value, an GraphObj object, a group number, and an explicit font.
The LinearAutoScale class is designed to be used with linear coordinates and is used to scale the
plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs.
This constructor creates a new LinearAxis object of the specified type and scales it to match the
minimum and maximum values of the specified PhysicalCoordinates object.
The LogAutoScale class is designed to be used with logarithmic coordinates and is used to scale
the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs.
The LogAxis class implements a logarithmic axis where the major tick marks are placed at logarithmic
intervals and the minor tick marks are placed between major tick marks using a linear interval.
LogAxis() -
Constructor for class com.quinncurtis.chart2djava.LogAxis
This constructor creates a new LogAxis object of the specified type and scales it to match the
minimum and maximum values of the specified PhysicalCoordinates object.