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

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiRadarAxis, IStiSerializable, IStiSerializableRef
All Known Implementing Classes:
StiXRadarAxis

public interface IStiXRadarAxis
extends IStiRadarAxis, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 java.lang.Object clone()
           
 IStiRadarAxisLabels getLabels()
           
 StiXRadarAxisCoreXF getXCore()
           
 void setLabels(IStiRadarAxisLabels value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.radarAxis.IStiRadarAxis
getAllowApplyStyle, getArea, getCore, getVisible, setAllowApplyStyle, setArea, setCore, 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

getXCore

StiXRadarAxisCoreXF getXCore()

getLabels

IStiRadarAxisLabels getLabels()

setLabels

void setLabels(IStiRadarAxisLabels value)

clone

java.lang.Object clone()