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


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 IStiRadarGridLinesHor getGridLinesHor()
           
 IStiRadarGridLinesVert getGridLinesVert()
           
 IStiInterlacingHor getInterlacingHor()
           
 IStiInterlacingVert getInterlacingVert()
           
 StiRadarStyle getRadarStyle()
           
 IStiXRadarAxis getXAxis()
           
 IStiYRadarAxis getYAxis()
           
 void setGridLinesHor(IStiRadarGridLinesHor value)
           
 void setGridLinesVert(IStiRadarGridLinesVert value)
           
 void setInterlacingHor(IStiInterlacingHor value)
           
 void setInterlacingVert(IStiInterlacingVert value)
           
 void setRadarStyle(StiRadarStyle value)
           
 void setXAxis(IStiXRadarAxis value)
           
 void setYAxis(IStiYRadarAxis value)
           
 
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
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

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)