com.stimulsoft.report.chart.interfaces.radarAxis
Interface IStiRadarAxis

All Superinterfaces:
java.lang.Cloneable, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiXRadarAxis, IStiYRadarAxis
All Known Implementing Classes:
StiRadarAxis, StiXRadarAxis, StiYRadarAxis

public interface IStiRadarAxis
extends IStiSerializableRef, java.lang.Cloneable


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 boolean getAllowApplyStyle()
           
 IStiRadarArea getArea()
           
 StiRadarAxisCoreXF getCore()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setArea(IStiRadarArea value)
           
 void setCore(StiRadarAxisCoreXF value)
           
 void setVisible(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Method Detail

getCore

StiRadarAxisCoreXF getCore()

setCore

void setCore(StiRadarAxisCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getArea

IStiRadarArea getArea()

setArea

void setArea(IStiRadarArea value)

getVisible

boolean getVisible()

setVisible

void setVisible(boolean value)