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

All Superinterfaces:
java.lang.Cloneable, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiXAxis, IStiXBottomAxis, IStiXTopAxis, IStiYAxis, IStiYLeftAxis, IStiYRightAxis
All Known Implementing Classes:
StiAxis, StiXAxis, StiXBottomAxis, StiXTopAxis, StiYAxis, StiYLeftAxis, StiYRightAxis

public interface IStiAxis
extends IStiSerializableRef, java.lang.Cloneable


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 boolean getAllowApplyStyle()
           
 IStiAxisArea getArea()
           
 StiArrowStyle getArrowStyle()
           
 StiAxisCoreXF getCore()
           
 StiAxisInfoXF getInfo()
           
 IStiAxisInteraction getInteraction()
           
 IStiAxisLabels getLabels()
           
 StiColor getLineColor()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 boolean getLogarithmicScale()
           
 IStiAxisRange getRange()
           
 boolean getStartFromZero()
           
 float getStep()
           
 IStiAxisTicks getTicks()
           
 IStiAxisTitle getTitle()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setArea(IStiAxisArea value)
           
 void setArrowStyle(StiArrowStyle value)
           
 void setCore(StiAxisCoreXF value)
           
 void setInfo(StiAxisInfoXF value)
           
 void setInteraction(IStiAxisInteraction value)
           
 void setLabels(IStiAxisLabels value)
           
 void setLineColor(StiColor value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 void setLogarithmicScale(boolean value)
           
 void setRange(IStiAxisRange value)
           
 void setStartFromZero(boolean value)
           
 void setStep(float value)
           
 void setTicks(IStiAxisTicks value)
           
 void setTitle(IStiAxisTitle value)
           
 void setVisible(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Method Detail

getLogarithmicScale

boolean getLogarithmicScale()

setLogarithmicScale

void setLogarithmicScale(boolean value)

getCore

StiAxisCoreXF getCore()

setCore

void setCore(StiAxisCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getStartFromZero

boolean getStartFromZero()

setStartFromZero

void setStartFromZero(boolean value)

getStep

float getStep()

setStep

void setStep(float value)

getInteraction

IStiAxisInteraction getInteraction()

setInteraction

void setInteraction(IStiAxisInteraction value)

getLabels

IStiAxisLabels getLabels()

setLabels

void setLabels(IStiAxisLabels value)

getRange

IStiAxisRange getRange()

setRange

void setRange(IStiAxisRange value)

getTitle

IStiAxisTitle getTitle()

setTitle

void setTitle(IStiAxisTitle value)

getTicks

IStiAxisTicks getTicks()

setTicks

void setTicks(IStiAxisTicks value)

getArrowStyle

StiArrowStyle getArrowStyle()

setArrowStyle

void setArrowStyle(StiArrowStyle value)

getLineStyle

StiPenStyle getLineStyle()

setLineStyle

void setLineStyle(StiPenStyle value)

getLineColor

StiColor getLineColor()

setLineColor

void setLineColor(StiColor value)

getLineWidth

float getLineWidth()

setLineWidth

void setLineWidth(float value)

getVisible

boolean getVisible()

setVisible

void setVisible(boolean value)

getArea

IStiAxisArea getArea()

setArea

void setArea(IStiAxisArea value)

getInfo

StiAxisInfoXF getInfo()

setInfo

void setInfo(StiAxisInfoXF value)