com.stimulsoft.report.chart.interfaces.axis
Interface IStiAxisRange
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
- All Known Implementing Classes:
- StiAxisRange
public interface IStiAxisRange
- extends IStiSerializableRef, java.lang.Cloneable, IStiJsonReportObject
getMinimum
double getMinimum()
setMinimum
void setMinimum(double value)
getMaximum
double getMaximum()
setMaximum
void setMaximum(double value)
getAuto
boolean getAuto()
setAuto
void setAuto(boolean value)
clone
java.lang.Object clone()
Copyright © 2018 Stimulsoft. All Rights Reserved.