All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jclass.chart.TrackChange | +----jclass.chart.ChartRegion | +----jclass.chart.ChartText | +----jclass.chart.JCAxisTitle
Name | Method |
---|---|
Font | The Font property determines what font is used to render text inside the chart region. Note that the Font property is inherited from the parent ChartCanvas. |
Foreground | The Foreground property determines the foreground color used to draw inside the chart region. Note that the Foreground property is inherited from the parent ChartCanvas. |
Background | The Background property determines the foreground color used to draw inside the chart region. Note that the Background property is inherited from the parent ChartCanvas. |
X | The X property defines the x position of the chart region relative to the parent chart canvas. The default value is calculated. |
Y | The Y property defines the y position of the chart region relative to the parent chart canvas. The default value is calculated. |
Width | The Width property defines the width of the chart region. The default value is calculated. |
Height | The Height property defines the height of the chart region. The default value is calculated. |
BorderStyle | The BorderStyle property determines the width and style of border drawn around the chart region. By default, no border is drawn, and BorderStyle is null. |
Rotation | The Rotation property controls the rotation of the label. Valid values include ChartText.DEG_90, ChartText.DEG_180, ChartText.DEG_270 and ChartText.DEG_0. Default value is ChartText.DEG_0. |
Adjust | The Adjust property determines how text is justified (positioned) in the label. If the contents of the ChartText are a JCString, this has no effect. Valid values include ChartText.LEFT, ChartText.CENTER and ChartText.RIGHT. Default value is ChartText.LEFT. |
Text | The Text property is a string property that represents the text to be displayed inside the chart label. In some cases, the Text property is used to create a JCString instance. Default value is " " (nothing). |
IsShowing | |
Placement | The Placement property controls where the JCAxis title is placed relative to the "opposing" axis. Valid values include JCLegend.NORTH or JCLegend.SOUTH for horizontal axes, and JCLegend.EAST, JCLegend.WEST, JCLegend.NORTHEAST, JCLegend.SOUTHEAST, JCLegend.NORTHWEST or JCLegend.SOUTHEAST for vertical axes. The default value is calculated. |
PlacementIsDefault | The PlacementIsDefault property determines whether Chart is responsible for calculating a reasonable default placement for the axis title. Default value is true. |
public JCAxisTitle()
public JCAxisTitle(String title)
public JCAxisTitle(String title, boolean jcstring)
public synchronized void setPlacement(int place)
public int getPlacement()
public void setPlacementIsDefault(boolean pid)
public boolean getPlacementIsDefault()
All Packages Class Hierarchy This Package Previous Next Index