Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class AxisY

java.lang.Object
  extended by com.softwarefx.chartfx.server.AxisSectionBase
      extended by com.softwarefx.chartfx.server.Axis
          extended by com.softwarefx.chartfx.server.AxisY
All Implemented Interfaces:
ILegendBoxItem, ILegendBoxItemCollection

public class AxisY
extends Axis

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.Axis
adjustScale, getCustomGridLines, getCustomSteps, getDataFormat, getFirstLabel, getFont, getKeyLabels, getLabelAngle, getLabels, getLabelsFormat, getLabelTrimming, getLabelValue, getLine, getLineSpacing, getLogBase, getMax, getMaxSizePercentage, getMin, getMinorStep, getPixelsPerUnit, getPosition, getScaleUnit, getScrollPosition, getScrollSize, getScrollViewMax, getScrollViewMin, getSections, getSeparation, getStep, getStyle, getTitle, isAutoScale, isAutoScroll, isForceZero, isHorizontal, isInverted, isNotify, isStaggered, isVisible, pixelToValue, resetScale, setAutoScale, setAutoScroll, setCustomSteps, setFirstLabel, setFont, setForceZero, setInverted, setLabelAngle, setLabelTrimming, setLabelValue, setLineSpacing, setLogBase, setMax, setMaxSizePercentage, setMin, setMinorStep, setNotify, setPixelsPerUnit, setPosition, setScaleUnit, setScrollPosition, setScrollView, setSeparation, setStaggered, setStep, setStyle, setTitle, setVisible, valueToPixel, zoom, zoomOff
 
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

AxisY

public AxisY()

AxisY

public AxisY(int index)
Method Detail

getPane

public Pane getPane()

Sets an integer value specifying the Pane for a Y Axis object.

Remarks:
  • 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 .

  • See Also:
    Chart.getPanes(), Chart, Pane

    http://www.softwarefx.com

    2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
    All other names are trademarks or registered trademarks of their respective owners.