| 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 StiShowYAxis |
StiShowYAxis.forValue(int value) |
static StiShowYAxis |
StiShowYAxis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiShowYAxis[] |
StiShowYAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StiShowYAxis |
IStiYAxis.getShowYAxis() |
| Modifier and Type | Method and Description |
|---|---|
void |
IStiYAxis.setShowYAxis(StiShowYAxis value) |
| Modifier and Type | Method and Description |
|---|---|
StiShowYAxis |
StiYRightAxis.getShowYAxis() |
StiShowYAxis |
StiYAxis.getShowYAxis()
Gets or sets type of drawing Y axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiYRightAxis.setShowYAxis(StiShowYAxis value) |
void |
StiYAxis.setShowYAxis(StiShowYAxis value) |
| Constructor and Description |
|---|
StiYAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle) |
StiYAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle,
boolean logarithmicScale) |
StiYAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle) |
StiYLeftAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle) |
StiYLeftAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle,
boolean logarithmicScale) |
StiYLeftAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle) |
Copyright © 2019 Stimulsoft. All Rights Reserved.