Uses of Enum Class
com.stimulsoft.report.chart.enums.StiLabelsPlacement
Packages that use StiLabelsPlacement
Package
Description
-
Uses of StiLabelsPlacement in com.stimulsoft.report.chart.enums
Methods in com.stimulsoft.report.chart.enums that return StiLabelsPlacementModifier and TypeMethodDescriptionstatic StiLabelsPlacementStiLabelsPlacement.forValue(int value) static StiLabelsPlacementReturns the enum constant of this class with the specified name.static StiLabelsPlacement[]StiLabelsPlacement.values()Returns an array containing the constants of this enum class, 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 StiLabelsPlacementMethods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiLabelsPlacement -
Uses of StiLabelsPlacement in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return StiLabelsPlacementModifier and TypeMethodDescriptionfinal StiLabelsPlacementStiAxisLabels.getPlacement()Gets or set mode of labels placement on axis.Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiLabelsPlacementModifier and TypeMethodDescriptionfinal voidStiAxisLabels.setPlacement(StiLabelsPlacement value) Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiLabelsPlacementModifierConstructorDescriptionStiAxisLabels(String format, String textBefore, String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, double step, boolean allowApplyStyle) StiAxisLabels(String format, String textBefore, String textAfter, float angle, StiFont font, boolean antialiasing, StiLabelsPlacement placement, StiColor color, float width, StiMarkerAlignment textAlignment, double step, boolean allowApplyStyle, boolean wordWrap)