Class StiYRightAxis
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.axis.StiAxis
com.stimulsoft.report.chart.view.axis.StiYAxis
com.stimulsoft.report.chart.view.axis.StiYRightAxis
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiAxis,IStiYAxis,IStiYRightAxis,Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale) -
Method Summary
Modifier and TypeMethodDescriptionGets or sets type of drawing Y axis.booleanGets or sets visibility of axis.voidsetShowYAxis(StiShowYAxis value) voidsetVisible(boolean value) Methods inherited from class com.stimulsoft.report.chart.view.axis.StiYAxis
LoadFromJsonObjectMethods inherited from class com.stimulsoft.report.chart.view.axis.StiAxis
clone, getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getRange, getStartFromZero, getStep, getTicks, getTitle, getTitleDirection, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, 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, getRange, getStartFromZero, getStep, getTicks, getTitle, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitleMethods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiYRightAxis
public StiYRightAxis() -
StiYRightAxis
public StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) -
StiYRightAxis
public StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) -
StiYRightAxis
public StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale)
-
-
Method Details
-
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
-
getShowYAxis
Description copied from class:StiYAxisGets or sets type of drawing Y axis.- Specified by:
getShowYAxisin interfaceIStiYAxis- Overrides:
getShowYAxisin classStiYAxis
-
setShowYAxis
- Specified by:
setShowYAxisin interfaceIStiYAxis- Overrides:
setShowYAxisin classStiYAxis
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiYAxis- Throws:
JSONException
-