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

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

public interface IStiYRadarAxis
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()
           
 StiAxisInfoXF getInfo()
           
 IStiAxisLabels getLabels()
           
 StiColor getLineColor()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 IStiAxisTicks getTicks()
           
 StiYRadarAxisCoreXF getYCore()
           
 void setInfo(StiAxisInfoXF value)
           
 void setLabels(IStiAxisLabels value)
           
 void setLineColor(StiColor value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 void setTicks(IStiAxisTicks 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

getYCore

StiYRadarAxisCoreXF getYCore()

getLabels

IStiAxisLabels getLabels()

setLabels

void setLabels(IStiAxisLabels value)

getTicks

IStiAxisTicks getTicks()

setTicks

void setTicks(IStiAxisTicks value)

getLineStyle

StiPenStyle getLineStyle()

setLineStyle

void setLineStyle(StiPenStyle value)

getLineColor

StiColor getLineColor()

setLineColor

void setLineColor(StiColor value)

getLineWidth

float getLineWidth()

setLineWidth

void setLineWidth(float value)

getInfo

StiAxisInfoXF getInfo()

setInfo

void setInfo(StiAxisInfoXF value)

clone

java.lang.Object clone()