| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiDataBarCondition.setDirection(StiDataBarDirection value) |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiDataBarIndicator.setDirection(StiDataBarDirection value) |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStiDataBarIndicator.setDirection(StiDataBarDirection value) |
Copyright © 2019 Stimulsoft. All Rights Reserved.