Class StiXTopAxis
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.axis.StiAxis
com.stimulsoft.report.chart.view.axis.StiXAxis
com.stimulsoft.report.chart.view.axis.StiXTopAxis
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiAxis,IStiXAxis,IStiXTopAxis,Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle) StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle) StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle, boolean logarithmicScale) -
Method Summary
Modifier and TypeMethodDescriptionGets or sets date time step settings.getRange()Gets or sets axis range settings.Gets or sets type of drawing X axis.booleanGets or sets visibility of axis.voidvoidsetRange(IStiAxisRange value) voidsetShowXAxis(StiShowXAxis value) voidsetVisible(boolean value) Methods inherited from class com.stimulsoft.report.chart.view.axis.StiXAxis
getShowEdgeValues, LoadFromJsonObject, setShowEdgeValuesMethods inherited from class com.stimulsoft.report.chart.view.axis.StiAxis
clone, getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getStartFromZero, getStep, getTicks, getTitle, getTitleDirection, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setStartFromZero, setStep, setTicks, setTitle, setTitleDirectionMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stimulsoft.report.chart.interfaces.axis.IStiAxis
getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getStartFromZero, getStep, getTicks, getTitle, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setStartFromZero, setStep, setTicks, setTitleMethods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReferenceMethods inherited from interface com.stimulsoft.report.chart.interfaces.axis.IStiXAxis
clone, getShowEdgeValues, setShowEdgeValues
-
Constructor Details
-
StiXTopAxis
public StiXTopAxis() -
StiXTopAxis
public StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) -
StiXTopAxis
public StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle) -
StiXTopAxis
public StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle) -
StiXTopAxis
public StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle, boolean logarithmicScale)
-
-
Method Details
-
getRange
Description copied from class:StiAxisGets or sets axis range settings. -
setRange
-
getVisible
public boolean getVisible()Description copied from class:StiAxisGets or sets visibility of axis.- Specified by:
getVisiblein interfaceIStiAxis- Overrides:
getVisiblein classStiAxis
-
setVisible
public void setVisible(boolean value) - Specified by:
setVisiblein interfaceIStiAxis- Overrides:
setVisiblein classStiAxis
-
getShowXAxis
Description copied from class:StiXAxisGets or sets type of drawing X axis.- Specified by:
getShowXAxisin interfaceIStiXAxis- Overrides:
getShowXAxisin classStiXAxis
-
setShowXAxis
- Specified by:
setShowXAxisin interfaceIStiXAxis- Overrides:
setShowXAxisin classStiXAxis
-
getDateTimeStep
Description copied from class:StiXAxisGets or sets date time step settings.- Specified by:
getDateTimeStepin interfaceIStiXAxis- Overrides:
getDateTimeStepin classStiXAxis
-
setDateTimeStep
- Specified by:
setDateTimeStepin interfaceIStiXAxis- Overrides:
setDateTimeStepin classStiXAxis
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiXAxis- Throws:
JSONException
-