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

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

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

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

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

Methods in com.stimulsoft.report.chart.interfaces.legend that return StiLegendVertAlignment
 StiLegendVertAlignment IStiLegend.getVertAlignment()
           
 

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

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

Methods in com.stimulsoft.report.chart.view.legend that return StiLegendVertAlignment
 StiLegendVertAlignment StiLegend.getVertAlignment()
          Gets or sets vertical alignment of legend placement.
 

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