Uses of Class
com.stimulsoft.report.chart.view.strips.StiStrips.StiOrientation

Packages that use StiStrips.StiOrientation
com.stimulsoft.report.chart.interfaces.strips   
com.stimulsoft.report.chart.view.strips   
 

Uses of StiStrips.StiOrientation in com.stimulsoft.report.chart.interfaces.strips
 

Methods in com.stimulsoft.report.chart.interfaces.strips that return StiStrips.StiOrientation
 StiStrips.StiOrientation IStiStrips.getOrientation()
           
 

Methods in com.stimulsoft.report.chart.interfaces.strips with parameters of type StiStrips.StiOrientation
 void IStiStrips.setOrientation(StiStrips.StiOrientation value)
           
 

Uses of StiStrips.StiOrientation in com.stimulsoft.report.chart.view.strips
 

Methods in com.stimulsoft.report.chart.view.strips that return StiStrips.StiOrientation
static StiStrips.StiOrientation StiStrips.StiOrientation.forValue(int value)
           
 StiStrips.StiOrientation StiStrips.getOrientation()
          Gets or sets horizontal or vertical orientation of strips.
static StiStrips.StiOrientation StiStrips.StiOrientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiStrips.StiOrientation[] StiStrips.StiOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.report.chart.view.strips with parameters of type StiStrips.StiOrientation
 void StiStrips.setOrientation(StiStrips.StiOrientation value)