|
Chart FX 7 for Java Server | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.softwarefx.chartfx.server.AxisSectionBase
com.softwarefx.chartfx.server.Axis
com.softwarefx.chartfx.server.AxisY
public class AxisY
This class provides a shortcut to the Chart's main Axis Y object.
| Constructor Summary | |
|---|---|
AxisY()
|
|
AxisY(int index)
|
|
| Method Summary | |
|---|---|
Pane |
getPane()
Sets an integer value specifying the Pane for a Y Axis object. |
| Methods inherited from class com.softwarefx.chartfx.server.AxisSectionBase |
|---|
getGrids, getLink, getTextColor, setTextColor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AxisY()
public AxisY(int index)
| Method Detail |
|---|
public Pane getPane()
Sets an integer value specifying the Pane for a Y Axis object.
Additional Y axes may be assigned to panes in a chart. Once a Y axis object is assigned to a pane, that pane will be visible in the chart area. Data also associated with the selected Y axis will also be applied to the configured pane.
Use the Chart.getPanes() property to customize the attributes for a selected pane. This property exposes all the supported members of the Pane
Class
.
Chart.getPanes(),
Chart,
Pane
|
http://www.softwarefx.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||