| Package | Description |
|---|---|
| com.stimulsoft.report.chart.enums | |
| com.stimulsoft.report.chart.interfaces.axis | |
| com.stimulsoft.report.chart.view.axis |
| Modifier and Type | Method and Description |
|---|---|
static StiLabelsPlacement |
StiLabelsPlacement.forValue(int value) |
static StiLabelsPlacement |
StiLabelsPlacement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiLabelsPlacement[] |
StiLabelsPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StiLabelsPlacement |
IStiAxisLabels.getPlacement() |
| Modifier and Type | Method and Description |
|---|---|
void |
IStiAxisLabels.setPlacement(StiLabelsPlacement value) |
| Modifier and Type | Method and Description |
|---|---|
StiLabelsPlacement |
StiAxisLabels.getPlacement()
Gets or set mode of labels placement on axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiAxisLabels.setPlacement(StiLabelsPlacement value) |
| Constructor and Description |
|---|
StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle) |
StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle,
boolean wordWrap) |
Copyright © 2019 Stimulsoft. All Rights Reserved.