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

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

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

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

Uses of StiLegendDirection in com.stimulsoft.report.chart.interfaces.legend
 

Methods in com.stimulsoft.report.chart.interfaces.legend that return StiLegendDirection
 StiLegendDirection IStiLegend.getDirection()
           
 

Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiLegendDirection
 void IStiLegend.setDirection(StiLegendDirection value)
           
 

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

Methods in com.stimulsoft.report.chart.view.axis that return StiLegendDirection
 StiLegendDirection StiAxis.getTitleDirection()
          Deprecated. 
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiLegendDirection
 void StiAxis.setTitleDirection(StiLegendDirection value)
          Deprecated. 
 

Uses of StiLegendDirection in com.stimulsoft.report.chart.view.legend
 

Methods in com.stimulsoft.report.chart.view.legend that return StiLegendDirection
 StiLegendDirection StiLegend.getDirection()
          Gets or sets direction which used for series drawing in legend.
 

Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiLegendDirection
 void StiLegend.setDirection(StiLegendDirection value)