| Modifier and Type | Method and Description |
|---|---|
void |
StiMarkerCoreXF.DrawLine(StiContext context,
float x1,
float y1,
float x2,
float y2,
float scale,
StiBrush brushMarker,
StiPenGeom penMarker,
StiMarkerType markerType,
float markerStep,
float markerSize,
float angle) |
void |
StiMarkerCoreXF.DrawLines(StiContext context,
StiPoint[] points,
float scale,
java.lang.Object brushMarker,
StiPenGeom penMarker,
StiMarkerType markerType,
float markerStep,
float markerSize,
float angle) |
void |
StiMarkerCoreXF.DrawPoint(StiContext context,
double x,
double y,
double scale,
java.lang.Object brush,
StiPenGeom pen,
StiMarkerType markerType,
double markerSize,
double angle,
boolean isMouseOver,
boolean isAnimation,
java.lang.String toolTip,
java.lang.Object tag,
StiInteractionDataGeom interaction) |
| Modifier and Type | Method and Description |
|---|---|
static StiMarkerType |
StiMarkerType.forValue(int value) |
static StiMarkerType |
StiMarkerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMarkerType[] |
StiMarkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StiMarkerType |
IStiMarker.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IStiMarker.setType(StiMarkerType value) |
| Modifier and Type | Method and Description |
|---|---|
StiMarkerType |
StiMarker.getType()
Gets or sets type of the marker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiMarker.setType(StiMarkerType value) |
| Modifier and Type | Method and Description |
|---|---|
StiMarkerType |
StiBaseLineSeries.getMarkerType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiBaseLineSeries.setMarkerType(StiMarkerType value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StiMarkerType |
StiStackedBaseLineSeries.getMarkerType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiStackedBaseLineSeries.setMarkerType(StiMarkerType value)
Deprecated.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.