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

All Superinterfaces:
java.lang.Cloneable, IStiAxis, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiXBottomAxis, IStiXTopAxis
All Known Implementing Classes:
StiXAxis, StiXBottomAxis, StiXTopAxis

public interface IStiXAxis
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()
           
 IStiAxisDateTimeStep getDateTimeStep()
           
 boolean getShowEdgeValues()
           
 StiShowXAxis getShowXAxis()
           
 void setDateTimeStep(IStiAxisDateTimeStep value)
           
 void setShowEdgeValues(boolean value)
           
 void setShowXAxis(StiShowXAxis 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

getShowEdgeValues

boolean getShowEdgeValues()

setShowEdgeValues

void setShowEdgeValues(boolean value)

getShowXAxis

StiShowXAxis getShowXAxis()

setShowXAxis

void setShowXAxis(StiShowXAxis value)

getDateTimeStep

IStiAxisDateTimeStep getDateTimeStep()

setDateTimeStep

void setDateTimeStep(IStiAxisDateTimeStep value)

clone

java.lang.Object clone()