Uses of Enum Class
com.stimulsoft.report.components.enums.StiDataBarDirection
Packages that use StiDataBarDirection
Package
Description
-
Uses of StiDataBarDirection in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions that return StiDataBarDirectionModifier and TypeMethodDescriptionfinal StiDataBarDirectionStiDataBarCondition.getDirection()Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.Methods in com.stimulsoft.report.components.conditions with parameters of type StiDataBarDirectionModifier and TypeMethodDescriptionfinal voidStiDataBarCondition.setDirection(StiDataBarDirection value) Constructors in com.stimulsoft.report.components.conditions with parameters of type StiDataBarDirectionModifierConstructorDescriptionStiDataBarCondition(String column, StiBrushType brushType, StiColor positiveColor, StiColor negativeColor, boolean showBorder, StiColor positiveBorderColor, StiColor negativeBorderColor, StiDataBarDirection direction, StiMinimumType minimumType, float minimumValue, StiMaximumType maximumType, float maximumValue, int padding, int cornerRadius, StiDataBarTextPlacement textPlacement, StiDataBarShape shape) Creates a new object of the type StiDataBarCondition. -
Uses of StiDataBarDirection in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiDataBarDirectionModifier and TypeMethodDescriptionstatic StiDataBarDirectionStiDataBarDirection.forValue(int value) static StiDataBarDirectionReturns the enum constant of this class with the specified name.static StiDataBarDirection[]StiDataBarDirection.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiDataBarDirection in com.stimulsoft.report.components.indicators
Methods in com.stimulsoft.report.components.indicators that return StiDataBarDirectionModifier and TypeMethodDescriptionfinal StiDataBarDirectionStiDataBarIndicator.getDirection()Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.Methods in com.stimulsoft.report.components.indicators with parameters of type StiDataBarDirectionModifier and TypeMethodDescriptionfinal voidStiDataBarIndicator.setDirection(StiDataBarDirection value) Constructors in com.stimulsoft.report.components.indicators with parameters of type StiDataBarDirectionModifierConstructorDescriptionStiDataBarIndicator(StiBrushType brushType, StiColor positiveColor, StiColor negativeColor, boolean showBorder, StiColor positiveBorderColor, StiColor negativeBorderColor, StiDataBarDirection direction, float value, float minimum, float maximum) Creates a new object of the type StiDataBarIndicator. -
Uses of StiDataBarDirection in com.stimulsoft.report.components.interfaces
Methods in com.stimulsoft.report.components.interfaces that return StiDataBarDirectionModifier and TypeMethodDescriptionIStiDataBarIndicator.getDirection()Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left.Methods in com.stimulsoft.report.components.interfaces with parameters of type StiDataBarDirectionModifier and TypeMethodDescriptionvoidIStiDataBarIndicator.setDirection(StiDataBarDirection value)