Uses of Class
com.stimulsoft.report.chart.view.constantLines.enums.StiOrientation

Packages that use StiOrientation
com.stimulsoft.report.chart.interfaces.constantLines   
com.stimulsoft.report.chart.view.constantLines   
com.stimulsoft.report.chart.view.constantLines.enums   
 

Uses of StiOrientation in com.stimulsoft.report.chart.interfaces.constantLines
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines that return StiOrientation
 StiOrientation IStiConstantLines.getOrientation()
           
 

Methods in com.stimulsoft.report.chart.interfaces.constantLines with parameters of type StiOrientation
 void IStiConstantLines.setOrientation(StiOrientation value)
           
 

Uses of StiOrientation in com.stimulsoft.report.chart.view.constantLines
 

Methods in com.stimulsoft.report.chart.view.constantLines that return StiOrientation
 StiOrientation StiConstantLines.getOrientation()
          Gets or sets horizontal or vertical orientation of constant line.
 

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

Uses of StiOrientation in com.stimulsoft.report.chart.view.constantLines.enums
 

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