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

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

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

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

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

Methods in com.stimulsoft.report.chart.interfaces.legend that return StiLegendHorAlignment
 StiLegendHorAlignment IStiLegend.getHorAlignment()
           
 

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

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

Methods in com.stimulsoft.report.chart.view.legend that return StiLegendHorAlignment
 StiLegendHorAlignment StiLegend.getHorAlignment()
          Gets or sets horizontal alignment of legend placement.
 

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