com.stimulsoft.report.chart.interfaces.axis
Interface IStiYAxis

All Superinterfaces:
java.lang.Cloneable, IStiAxis, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiYLeftAxis, IStiYRightAxis
All Known Implementing Classes:
StiYAxis, StiYLeftAxis, StiYRightAxis

public interface IStiYAxis
extends IStiAxis, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 java.lang.Object clone()
           
 StiShowYAxis getShowYAxis()
           
 void setShowYAxis(StiShowYAxis value)
           
 
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, getVisible, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setVisible
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getShowYAxis

StiShowYAxis getShowYAxis()

setShowYAxis

void setShowYAxis(StiShowYAxis value)

clone

java.lang.Object clone()