|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiMarkerAlignment in com.stimulsoft.report.chart.enums |
---|
Methods in com.stimulsoft.report.chart.enums that return StiMarkerAlignment | |
---|---|
static StiMarkerAlignment |
StiMarkerAlignment.forValue(int value)
|
static StiMarkerAlignment |
StiMarkerAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiMarkerAlignment[] |
StiMarkerAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of StiMarkerAlignment in com.stimulsoft.report.chart.interfaces.axis |
---|
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiMarkerAlignment | |
---|---|
StiMarkerAlignment |
IStiAxisLabels.getTextAlignment()
|
Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiMarkerAlignment | |
---|---|
void |
IStiAxisLabels.setTextAlignment(StiMarkerAlignment value)
|
Uses of StiMarkerAlignment in com.stimulsoft.report.chart.interfaces.legend |
---|
Methods in com.stimulsoft.report.chart.interfaces.legend that return StiMarkerAlignment | |
---|---|
StiMarkerAlignment |
IStiLegend.getMarkerAlignment()
|
Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiMarkerAlignment | |
---|---|
void |
IStiLegend.setMarkerAlignment(StiMarkerAlignment value)
|
Uses of StiMarkerAlignment in com.stimulsoft.report.chart.interfaces.seriesLabels |
---|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiMarkerAlignment | |
---|---|
StiMarkerAlignment |
IStiSeriesLabels.getMarkerAlignment()
|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiMarkerAlignment | |
---|---|
void |
IStiSeriesLabels.setMarkerAlignment(StiMarkerAlignment value)
|
Uses of StiMarkerAlignment in com.stimulsoft.report.chart.view.axis |
---|
Methods in com.stimulsoft.report.chart.view.axis that return StiMarkerAlignment | |
---|---|
StiMarkerAlignment |
StiAxisLabels.getTextAlignment()
Gets or sets label text alignment. |
Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiMarkerAlignment | |
---|---|
void |
StiAxisLabels.setTextAlignment(StiMarkerAlignment value)
|
Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiMarkerAlignment | |
---|---|
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)
|
Uses of StiMarkerAlignment in com.stimulsoft.report.chart.view.legend |
---|
Methods in com.stimulsoft.report.chart.view.legend that return StiMarkerAlignment | |
---|---|
StiMarkerAlignment |
StiLegend.getMarkerAlignment()
Gets or sets alignment of markers related to series title. |
Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiMarkerAlignment | |
---|---|
void |
StiLegend.setMarkerAlignment(StiMarkerAlignment value)
|
Uses of StiMarkerAlignment in com.stimulsoft.report.chart.view.seriesLabels |
---|
Methods in com.stimulsoft.report.chart.view.seriesLabels that return StiMarkerAlignment | |
---|---|
StiMarkerAlignment |
StiSeriesLabels.getMarkerAlignment()
Gets or sets marker alignment related to label text. |
Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiMarkerAlignment | |
---|---|
void |
StiSeriesLabels.setMarkerAlignment(StiMarkerAlignment value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |