com.stimulsoft.report.chart.interfaces.gridLines.axis
Interface IStiGridLinesVert

All Superinterfaces:
java.lang.Cloneable, IStiGridLines, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Implementing Classes:
StiGridLinesVert

public interface IStiGridLinesVert
extends IStiGridLines, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.gridLines.axis.IStiGridLines
getAllowApplyStyle, getArea, getColor, getCore, getMinorColor, getMinorCount, getMinorStyle, getMinorVisible, getStyle, getVisible, setAllowApplyStyle, setArea, setColor, setCore, setMinorColor, setMinorCount, setMinorStyle, setMinorVisible, setStyle, 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

clone

java.lang.Object clone()