Uses of Enum Class
com.stimulsoft.report.chart.enums.StiDirection
Packages that use StiDirection
Package
Description
-
Uses of StiDirection in com.stimulsoft.report.chart.enums
Methods in com.stimulsoft.report.chart.enums that return StiDirectionModifier and TypeMethodDescriptionstatic StiDirectionStiDirection.forValue(int value) static StiDirectionReturns the enum constant of this class with the specified name.static StiDirection[]StiDirection.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiDirection in com.stimulsoft.report.chart.interfaces.axis
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiDirectionMethods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiDirection -
Uses of StiDirection in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return StiDirectionModifier and TypeMethodDescriptionStiAxisTitle.getDirection()Gets or set text direction for axis title drawing.Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiDirectionConstructors in com.stimulsoft.report.chart.view.axis with parameters of type StiDirectionModifierConstructorDescriptionStiAxisTitle(StiFont font, String text, StiColor color, boolean antialiasing, StiStringAlignment alignment, StiDirection direction, boolean allowApplyStyle)