| Modifier and Type | Method and Description |
|---|---|
StiBrushType |
StiDataBarCondition.getBrushType()
Gets or sets value which indicates which type of brush will be used for Data Bar indicator
drawing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiDataBarCondition.setBrushType(StiBrushType 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 StiBrushType |
StiBrushType.forValue(int value) |
static StiBrushType |
StiBrushType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiBrushType[] |
StiBrushType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StiBrushType |
StiDataBarIndicator.getBrushType()
Gets or sets value which indicates which type of brush will be used for Data Bar indicator
drawing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiDataBarIndicator.setBrushType(StiBrushType 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 |
|---|---|
StiBrushType |
IStiDataBarIndicator.getBrushType()
Gets or sets value which indicates which type of brush will be used for Data Bar indicator
drawing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStiDataBarIndicator.setBrushType(StiBrushType value) |
Copyright © 2019 Stimulsoft. All Rights Reserved.