Uses of Class
com.stimulsoft.report.chart.enums.StiRadarStyle

Packages that use StiRadarStyle
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.areas.radar   
com.stimulsoft.report.chart.view.areas.radar   
 

Uses of StiRadarStyle in com.stimulsoft.report.chart.enums
 

Methods in com.stimulsoft.report.chart.enums that return StiRadarStyle
static StiRadarStyle StiRadarStyle.forValue(int value)
           
static StiRadarStyle StiRadarStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiRadarStyle[] StiRadarStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiRadarStyle in com.stimulsoft.report.chart.interfaces.areas.radar
 

Methods in com.stimulsoft.report.chart.interfaces.areas.radar that return StiRadarStyle
 StiRadarStyle IStiRadarArea.getRadarStyle()
           
 

Methods in com.stimulsoft.report.chart.interfaces.areas.radar with parameters of type StiRadarStyle
 void IStiRadarArea.setRadarStyle(StiRadarStyle value)
           
 

Uses of StiRadarStyle in com.stimulsoft.report.chart.view.areas.radar
 

Methods in com.stimulsoft.report.chart.view.areas.radar that return StiRadarStyle
 StiRadarStyle StiRadarArea.getRadarStyle()
          Gets or sets style of radar area.
 

Methods in com.stimulsoft.report.chart.view.areas.radar with parameters of type StiRadarStyle
 void StiRadarArea.setRadarStyle(StiRadarStyle value)