public interface IlvMarkerHint
In order to associate a marker hint with a renderer, you must use a class
that implements both the IlvDataRenderingHint
and the IlvMarkerHint
interfaces. You can refer to the
documentation of IlvDataRenderingHint
to know how hints can be
associated with data points.
Note: Marker hints will only affect the drawing of renderers that use marker symbols (for example line, area, stair, scatter and bubble renderers).
Modifier and Type | Method and Description |
---|---|
IlvMarker |
getMarker(IlvDisplayPoint dp,
IlvMarker defaultMarker)
Returns the marker symbol that must be used to display the specified
point.
|
IlvMarker getMarker(IlvDisplayPoint dp, IlvMarker defaultMarker)
Note: the x- and y-coordinates of the provided display point are set
to (0, 0)
.
dp
- The considered display point.defaultMarker
- The default marker symbol used to display the point.
This symbol corresponds to the marker that is used if no hint is defined.null
value indicates that the marker should not be displayed.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.