Uses of Class
com.stimulsoft.report.infographics.gauge.StiLabelRotationMode

Packages that use StiLabelRotationMode
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.infographics.gauge.primitives.tick   
com.stimulsoft.report.infographics.gauge.tick.radial.label   
 

Uses of StiLabelRotationMode in com.stimulsoft.report.infographics.gauge
 

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

Uses of StiLabelRotationMode in com.stimulsoft.report.infographics.gauge.primitives.tick
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiLabelRotationMode
 StiLabelRotationMode StiRadialTickLabelBase.getLabelRotationMode()
          the rotation mode of labels.
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiLabelRotationMode
 void StiRadialTickLabelBase.setLabelRotationMode(StiLabelRotationMode labelRotationMode)
          the rotation mode of labels.
 

Uses of StiLabelRotationMode in com.stimulsoft.report.infographics.gauge.tick.radial.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return StiLabelRotationMode
 StiLabelRotationMode StiRadialTickLabelCustomValue.getLabelRotationMode()
          the rotation mode of labels.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiLabelRotationMode
 void StiRadialTickLabelCustomValue.setLabelRotationMode(StiLabelRotationMode labelRotationMode)
          the rotation mode of labels.
 

Constructors in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiLabelRotationMode
StiRadialTickLabelCustomValue(double value, java.lang.String text, java.lang.Double offset, java.lang.Double offsetAngle, StiLabelRotationMode labelRotationMode, StiPlacement placement)