|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiDataBarDirection in com.stimulsoft.report.components.conditions |
---|
Methods in com.stimulsoft.report.components.conditions that return StiDataBarDirection | |
---|---|
StiDataBarDirection |
StiDataBarCondition.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 StiDataBarDirection | |
---|---|
void |
StiDataBarCondition.setDirection(StiDataBarDirection value)
|
Constructors in com.stimulsoft.report.components.conditions with parameters of type StiDataBarDirection | |
---|---|
StiDataBarCondition(java.lang.String column,
StiBrushType brushType,
StiColor positiveColor,
StiColor negativeColor,
boolean showBorder,
StiColor positiveBorderColor,
StiColor negativeBorderColor,
StiDataBarDirection direction,
StiMinimumType minimumType,
float minimumValue,
StiMaximumType maximumType,
float maximumValue)
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 StiDataBarDirection | |
---|---|
static StiDataBarDirection |
StiDataBarDirection.forValue(int value)
|
static StiDataBarDirection |
StiDataBarDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiDataBarDirection[] |
StiDataBarDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of StiDataBarDirection in com.stimulsoft.report.components.indicators |
---|
Methods in com.stimulsoft.report.components.indicators that return StiDataBarDirection | |
---|---|
StiDataBarDirection |
StiDataBarIndicator.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 StiDataBarDirection | |
---|---|
void |
StiDataBarIndicator.setDirection(StiDataBarDirection value)
|
Constructors in com.stimulsoft.report.components.indicators with parameters of type StiDataBarDirection | |
---|---|
StiDataBarIndicator(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 StiDataBarDirection | |
---|---|
StiDataBarDirection |
IStiDataBarIndicator.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 StiDataBarDirection | |
---|---|
void |
IStiDataBarIndicator.setDirection(StiDataBarDirection value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |