com.stimulsoft.report.chart.interfaces.areas.radar
Interface IStiRadarArea
- All Superinterfaces:
- java.lang.Cloneable, IStiArea, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
- All Known Subinterfaces:
- IStiRadarAreaArea, IStiRadarLineArea, IStiRadarPointArea
- All Known Implementing Classes:
- StiRadarArea, StiRadarAreaArea, StiRadarLineArea, StiRadarPointArea
public interface IStiRadarArea
- extends IStiArea
Methods inherited from interface com.stimulsoft.report.chart.interfaces.areas.IStiArea |
clone, getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesLabelsType, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesLabelsTypes, GetSeriesTypes, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadow |
getRadarStyle
StiRadarStyle getRadarStyle()
setRadarStyle
void setRadarStyle(StiRadarStyle value)
getXAxis
IStiXRadarAxis getXAxis()
setXAxis
void setXAxis(IStiXRadarAxis value)
getYAxis
IStiYRadarAxis getYAxis()
setYAxis
void setYAxis(IStiYRadarAxis value)
getInterlacingHor
IStiInterlacingHor getInterlacingHor()
setInterlacingHor
void setInterlacingHor(IStiInterlacingHor value)
getInterlacingVert
IStiInterlacingVert getInterlacingVert()
setInterlacingVert
void setInterlacingVert(IStiInterlacingVert value)
getGridLinesHor
IStiRadarGridLinesHor getGridLinesHor()
setGridLinesHor
void setGridLinesHor(IStiRadarGridLinesHor value)
getGridLinesVert
IStiRadarGridLinesVert getGridLinesVert()
setGridLinesVert
void setGridLinesVert(IStiRadarGridLinesVert value)