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
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)