public final class AxisX extends Axis
This class provides a shortcut to the Chart's main Axis X object.
This class provides a shortcut to the Chart's main Axis X object.
| Modifier and Type | Class and Description |
|---|---|
static class |
AxisX.AxisBindings
Description goes here
|
Axis.GetScrollViewArgs, Axis.SetLabelLayoutDelegateListener| Constructor and Description |
|---|
AxisX()
Constructs a newly allocated AxisX object
|
| Modifier and Type | Method and Description |
|---|---|
AxisX.AxisBindings |
getBindings()
Get the Bindings object for the AxisX
|
AxisScale |
getScale()
Allows you to access several properties associated with the scale of the X-Axis.
|
void |
setScale(AxisScale value)
Allows you to access several properties associated with the scale of the X-Axis.
|
adjustScale, getBaseline, getCustomGridLines, getCustomSteps, getDataFormat, getFirstLabel, getFont, getKeyLabels, getLabelAngle, getLabels, getLabelsFormat, getLabelTrimming, getLabelValue, getLabelValueDateTime, getLabelValueDouble, getLabelValueTimeSpan, getLine, getLineSpacing, getLogBase, getMarginFromMax, getMarginFromMin, getMax, getMaxDateTime, getMaxDouble, getMaxSizePercentage, getMaxTimeSpan, getMin, getMinDateTime, getMinDouble, getMinorStep, getMinorStepDateTime, getMinorStepDouble, getMinorStepTimeSpan, getMinTimeSpan, getPixelsPerUnit, getPosition, getScaleUnit, getScaleUnitDateTime, getScaleUnitDouble, getScaleUnitTimeSpan, getScrollPosition, getScrollPositionPercentage, getScrollPositionPixel, getScrollSize, getScrollView, getScrollViewMax, getScrollViewMaxDateTime, getScrollViewMaxDouble, getScrollViewMaxTimeSpan, getScrollViewMin, getScrollViewMinDateTime, getScrollViewMinDouble, getScrollViewMinTimeSpan, getSections, getSeparation, getStep, getStepDateTime, getStepDouble, getStepTimeSpan, getStyle, getTitle, isAutoScale, isAutoScroll, isForceBaseline, isForceZero, isHorizontal, isInverted, isNotify, isStaggered, isVisible, pixelToValue, resetBaseline, resetFont, resetForceBaseline, resetInverted, resetLabelAngle, resetLabelTrimming, resetLineSpacing, resetMarginFromMax, resetMarginFromMin, resetMax, resetMaxSizePercentage, resetMin, resetNotify, resetPixelsPerUnit, resetPosition, resetScale, resetScale, resetScrollPositionPixel, resetSeparation, resetStaggered, resetStyle, resetTotalSizeInPixels, resetVisible, resetZoomed, setAutoScale, setAutoScroll, setBaseline, setCustomSteps, setFirstLabel, setFont, setForceBaseline, setForceZero, setInverted, setLabelAngle, setLabelTrimming, setLabelValue, setLabelValue, setLabelValue, setLabelValue, setLineSpacing, setLogBase, setMarginFromMax, setMarginFromMin, setMax, setMax, setMax, setMax, setMaxSizePercentage, setMin, setMin, setMin, setMin, setMinorStep, setMinorStep, setMinorStep, setMinorStep, setNotify, setPixelsPerUnit, setPosition, setScaleUnit, setScaleUnit, setScaleUnit, setScaleUnit, setScrollPosition, setScrollPositionPercentage, setScrollPositionPixel, setScrollView, setScrollView, setScrollView, setScrollView, setSeparation, setStaggered, setStep, setStep, setStep, setStep, setStyle, setTitle, setVisible, valueToPixel, valueToPixel, valueToPixel, valueToPixel, zoom, zoom, zoom, zoom, zoomOffgetGrids, getLink, getTextColor, resetTextColor, setTextColorpublic AxisX.AxisBindings getBindings()
Get the Bindings object for the AxisX
public AxisScale getScale()
Allows you to access several properties associated with the scale of the X-Axis.
Gives access to the AxisX class associated with the X Axis. Unlike the Y axis, the X axis can only have one scale.
The Scale values available to configure are:
setCustomSteps: Allows you to set a custom step for the selected axis.
setFirstLabel: Gets or sets a value used to customize the first label displayed on a selected axis.
setFrom: Gets or sets the From value assigned to the specified axis scale.
setLabelValue: Allows you to set and associate text labels to major tick marks in a numerical axis. This method can get or set the LabelValue assigned to any of the axes.
setMinorStepDateTime: Specifies the increment you want between minor tick marks and minor gridlines (if they are displayed) on the selected axis.
setProportion: Specifies the value to divide the AxisScale.
setScaleUnit: Returns or sets the scale unit of a selected axis.
setStep: Specifies the interval of major tick marks and gridlines on the selected axis. It also controls the gap between labels in the selected axis.
setToDateTime: Gets or sets the To value assigned to the specified axis scale.
public void setScale(AxisScale value)
Allows you to access several properties associated with the scale of the X-Axis.
Gives access to the AxisX class associated with the X Axis. Unlike the Y axis, the X axis can only have one scale.
The Scale values available to configure are:
setCustomSteps: Allows you to set a custom step for the selected axis.
setFirstLabel: Gets or sets a value used to customize the first label displayed on a selected axis.
setFrom: Gets or sets the From value assigned to the specified axis scale.
setLabelValue: Allows you to set and associate text labels to major tick marks in a numerical axis. This method can get or set the LabelValue assigned to any of the axes.
setMinorStepDateTime: Specifies the increment you want between minor tick marks and minor gridlines (if they are displayed) on the selected axis.
setProportion: Specifies the value to divide the AxisScale.
setScaleUnit: Returns or sets the scale unit of a selected axis.
setStep: Specifies the interval of major tick marks and gridlines on the selected axis. It also controls the gap between labels in the selected axis.
setToDateTime: Gets or sets the To value assigned to the specified axis scale.
value - 2014 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.