com.stimulsoft.report.chart.view.axis
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, java.lang.Cloneable
public class StiYRightAxis
- extends StiYAxis
- implements IStiYRightAxis
Constructor Summary |
StiYRightAxis()
|
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)
|
StiYRightAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle)
|
Methods 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, setTitleDirection |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.axis.IStiYAxis |
clone |
Methods 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, setTitle |
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)
getVisible
public boolean getVisible()
- Description copied from class:
StiAxis
- Gets or sets visibility of axis.
- Specified by:
getVisible
in interface IStiAxis
- Overrides:
getVisible
in class StiAxis
setVisible
public void setVisible(boolean value)
- Specified by:
setVisible
in interface IStiAxis
- Overrides:
setVisible
in class StiAxis
getShowYAxis
public StiShowYAxis getShowYAxis()
- Description copied from class:
StiYAxis
- Gets or sets type of drawing Y axis.
- Specified by:
getShowYAxis
in interface IStiYAxis
- Overrides:
getShowYAxis
in class StiYAxis
setShowYAxis
public void setShowYAxis(StiShowYAxis value)
- Specified by:
setShowYAxis
in interface IStiYAxis
- Overrides:
setShowYAxis
in class StiYAxis
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiYAxis
- Throws:
JSONException