com.stimulsoft.report.chart.interfaces.gridLines.axis
Interface IStiGridLines
- All Superinterfaces:
- java.lang.Cloneable, IStiSerializable, IStiSerializableRef
- All Known Subinterfaces:
- IStiGridLinesHor, IStiGridLinesVert
- All Known Implementing Classes:
- StiGridLines, StiGridLinesHor, StiGridLinesVert
public interface IStiGridLines
- extends IStiSerializableRef, java.lang.Cloneable
getCore
StiGridLinesCoreXF getCore()
setCore
void setCore(StiGridLinesCoreXF value)
getAllowApplyStyle
boolean getAllowApplyStyle()
setAllowApplyStyle
void setAllowApplyStyle(boolean value)
getColor
StiColor getColor()
setColor
void setColor(StiColor value)
getMinorColor
StiColor getMinorColor()
setMinorColor
void setMinorColor(StiColor value)
getStyle
StiPenStyle getStyle()
setStyle
void setStyle(StiPenStyle value)
getMinorStyle
StiPenStyle getMinorStyle()
setMinorStyle
void setMinorStyle(StiPenStyle value)
getVisible
boolean getVisible()
setVisible
void setVisible(boolean value)
getMinorVisible
boolean getMinorVisible()
setMinorVisible
void setMinorVisible(boolean value)
getMinorCount
int getMinorCount()
setMinorCount
void setMinorCount(int value)
getArea
IStiArea getArea()
setArea
void setArea(IStiArea value)