Uses of Interface
com.stimulsoft.report.chart.interfaces.radarAxis.IStiRadarAxisLabels

Packages that use IStiRadarAxisLabels
com.stimulsoft.report.chart.core.radarAxis   
com.stimulsoft.report.chart.interfaces.radarAxis   
com.stimulsoft.report.chart.view.radarAxis   
 

Uses of IStiRadarAxisLabels in com.stimulsoft.report.chart.core.radarAxis
 

Methods in com.stimulsoft.report.chart.core.radarAxis that return IStiRadarAxisLabels
 IStiRadarAxisLabels StiRadarAxisLabelsCoreXF.getLabels()
           
 

Methods in com.stimulsoft.report.chart.core.radarAxis with parameters of type IStiRadarAxisLabels
 void StiRadarAxisLabelsCoreXF.setLabels(IStiRadarAxisLabels value)
           
 

Constructors in com.stimulsoft.report.chart.core.radarAxis with parameters of type IStiRadarAxisLabels
StiRadarAxisLabelsCoreXF(IStiRadarAxisLabels labels)
           
 

Uses of IStiRadarAxisLabels in com.stimulsoft.report.chart.interfaces.radarAxis
 

Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return IStiRadarAxisLabels
 IStiRadarAxisLabels IStiXRadarAxis.getLabels()
           
 

Methods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type IStiRadarAxisLabels
 void IStiXRadarAxis.setLabels(IStiRadarAxisLabels value)
           
 

Uses of IStiRadarAxisLabels in com.stimulsoft.report.chart.view.radarAxis
 

Classes in com.stimulsoft.report.chart.view.radarAxis that implement IStiRadarAxisLabels
 class StiRadarAxisLabels
           
 

Methods in com.stimulsoft.report.chart.view.radarAxis that return IStiRadarAxisLabels
 IStiRadarAxisLabels StiXRadarAxis.getLabels()
          Gets or sets axis labels settings.
 

Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type IStiRadarAxisLabels
 void StiXRadarAxis.setLabels(IStiRadarAxisLabels value)
           
 

Constructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type IStiRadarAxisLabels
StiXRadarAxis(IStiRadarAxisLabels labels, boolean visible, boolean allowApplyStyle)