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

Packages that use StiDirection
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.axis   
com.stimulsoft.report.chart.view.axis   
 

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

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

Uses of StiDirection in com.stimulsoft.report.chart.interfaces.axis
 

Methods in com.stimulsoft.report.chart.interfaces.axis that return StiDirection
 StiDirection IStiAxisTitle.getDirection()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiDirection
 void IStiAxisTitle.setDirection(StiDirection value)
           
 

Uses of StiDirection in com.stimulsoft.report.chart.view.axis
 

Methods in com.stimulsoft.report.chart.view.axis that return StiDirection
 StiDirection StiAxisTitle.getDirection()
          Gets or set text direction for axis title drawing.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiDirection
 void StiAxisTitle.setDirection(StiDirection value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiDirection
StiAxisTitle(StiFont font, java.lang.String text, StiColor color, boolean antialiasing, StiStringAlignment alignment, StiDirection direction, boolean allowApplyStyle)