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

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

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

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

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

Methods in com.stimulsoft.report.chart.interfaces.axis that return StiLabelsPlacement
 StiLabelsPlacement IStiAxisLabels.getPlacement()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiLabelsPlacement
 void IStiAxisLabels.setPlacement(StiLabelsPlacement value)
           
 

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

Methods in com.stimulsoft.report.chart.view.axis that return StiLabelsPlacement
 StiLabelsPlacement StiAxisLabels.getPlacement()
          Gets or set mode of labels placement on axis.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiLabelsPlacement
 void StiAxisLabels.setPlacement(StiLabelsPlacement value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiLabelsPlacement
StiAxisLabels(java.lang.String format, java.lang.String textBefore, java.lang.String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, float step, boolean allowApplyStyle)
           
StiAxisLabels(java.lang.String format, java.lang.String textBefore, java.lang.String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, float step, boolean allowApplyStyle, boolean wordWrap)