Interface IStiAxis
- All Superinterfaces:
Cloneable,IStiSerializable,IStiSerializableRef
- All Known Subinterfaces:
IStiXAxis,IStiXBottomAxis,IStiXTopAxis,IStiYAxis,IStiYLeftAxis,IStiYRightAxis
- All Known Implementing Classes:
StiAxis,StiXAxis,StiXBottomAxis,StiXTopAxis,StiYAxis,StiYLeftAxis,StiYRightAxis
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionbooleangetArea()getCore()getInfo()floatbooleangetRange()booleandoublegetStep()getTicks()getTitle()booleanvoidsetAllowApplyStyle(boolean value) voidsetArea(IStiAxisArea value) voidsetArrowStyle(StiArrowStyle value) voidsetCore(StiAxisCoreXF value) voidsetInfo(StiAxisInfoXF value) voidvoidsetLabels(IStiAxisLabels value) voidsetLineColor(StiColor value) voidsetLineStyle(StiPenStyle value) voidsetLineWidth(float value) voidsetLogarithmicScale(boolean value) voidsetRange(IStiAxisRange value) voidsetStartFromZero(boolean value) voidsetStep(double value) voidsetTicks(IStiAxisTicks value) voidsetTitle(IStiAxisTitle value) voidsetVisible(boolean value) Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getLogarithmicScale
boolean getLogarithmicScale() -
setLogarithmicScale
void setLogarithmicScale(boolean value) -
getCore
StiAxisCoreXF getCore() -
setCore
-
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getStartFromZero
boolean getStartFromZero() -
setStartFromZero
void setStartFromZero(boolean value) -
getStep
double getStep() -
setStep
void setStep(double value) -
getInteraction
IStiAxisInteraction getInteraction() -
setInteraction
-
getLabels
IStiAxisLabels getLabels() -
setLabels
-
getRange
IStiAxisRange getRange() -
setRange
-
getTitle
IStiAxisTitle getTitle() -
setTitle
-
getTicks
IStiAxisTicks getTicks() -
setTicks
-
getArrowStyle
StiArrowStyle getArrowStyle() -
setArrowStyle
-
getLineStyle
StiPenStyle getLineStyle() -
setLineStyle
-
getLineColor
StiColor getLineColor() -
setLineColor
-
getLineWidth
float getLineWidth() -
setLineWidth
void setLineWidth(float value) -
getVisible
boolean getVisible() -
setVisible
void setVisible(boolean value) -
getArea
IStiAxisArea getArea() -
setArea
-
getInfo
StiAxisInfoXF getInfo() -
setInfo
-