Uses of Interface
com.stimulsoft.report.chart.interfaces.gridLines.radar.IStiRadarGridLinesVert

Packages that use IStiRadarGridLinesVert
com.stimulsoft.report.chart.interfaces.areas.radar   
com.stimulsoft.report.chart.view.areas.radar   
com.stimulsoft.report.chart.view.gridLines.radar   
 

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

Methods in com.stimulsoft.report.chart.interfaces.areas.radar that return IStiRadarGridLinesVert
 IStiRadarGridLinesVert IStiRadarArea.getGridLinesVert()
           
 

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

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

Methods in com.stimulsoft.report.chart.view.areas.radar that return IStiRadarGridLinesVert
 IStiRadarGridLinesVert StiRadarArea.getGridLinesVert()
          Gets or sets grid lines on vertical axis.
 

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

Uses of IStiRadarGridLinesVert in com.stimulsoft.report.chart.view.gridLines.radar
 

Classes in com.stimulsoft.report.chart.view.gridLines.radar that implement IStiRadarGridLinesVert
 class StiRadarGridLinesVert