public final class OneAxis
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getAxisCoordinate() |
Location3D |
getAxisCoordinate3D() |
int |
getAxisType() |
Chart |
getChartModel() |
int |
getCombinedTickStyle() |
FormatSpecifier |
getFormatSpecifier() |
Grid |
getGrid() |
IntersectionValue |
getIntersectionValue() |
Label |
getLabel() |
int |
getLabelPosition() |
LineAttributes |
getLineAttributes() |
Axis |
getModelAxis() |
int |
getOrientation() |
RunTimeContext |
getRunTimeContext() |
AutoScale |
getScale() |
Label |
getTitle() |
double |
getTitleCoordinate() |
int |
getTitlePosition() |
boolean |
isCategoryScale() |
boolean |
isShowLabels() |
boolean |
isTickBwtweenCategories() |
void |
setAxisCoordinate(double _dAxisRenderingCoordinate) |
void |
setShowLabels(boolean bShowLabels) |
void |
setTitleCoordinate(double _dTitleRenderingCoordinate) |
public int getAxisType()
public void setAxisCoordinate(double _dAxisRenderingCoordinate)
public void setTitleCoordinate(double _dTitleRenderingCoordinate)
public int getCombinedTickStyle()
public final double getAxisCoordinate()
public final Location3D getAxisCoordinate3D()
public final double getTitleCoordinate()
public final int getLabelPosition()
public final int getTitlePosition()
public final Axis getModelAxis()
public final Grid getGrid()
public final int getOrientation()
public final boolean isCategoryScale()
public final boolean isTickBwtweenCategories()
public final Chart getChartModel()
public AutoScale getScale()
public final LineAttributes getLineAttributes()
public final IntersectionValue getIntersectionValue()
public final Label getLabel()
public final Label getTitle()
public final FormatSpecifier getFormatSpecifier()
public final RunTimeContext getRunTimeContext()
public final boolean isShowLabels()
public final void setShowLabels(boolean bShowLabels)
bShowLabels
- The bShowLabels to set.Copyright © 2005-2008 Actuate Corp. All rights reserved.