public class IlvMarkerIcon
extends java.lang.Object
Icon
class that draws an IlvMarker
object of
a specific type.
IlvMarkerIcon
can be used by the
IlvDefaultDataAnnotation
class to draw an IlvMarker
next to the graphical representation of a data point.
CSS example:
ilvMarkerIcon {
class : "ilog.views.chart.graphic.IlvMarkerIcon(type,size,style)";
marker : "CIRCLE";
size : "2";
style : "@#ilvStyle";
}
public java.lang.String class
IlvMarkerIcon
of the specified type with the
given size.
class : "ilog.views.chart.graphic.IlvMarkerIcon(type,size,style)";
public ilog.views.chart.graphic.IlvMarker marker
marker : "CIRCLE";
Allowed values: | ||
CIRCLE |
Predefined circle marker type. | |
CROSS |
Predefined cross marker type. | |
DIAMOND |
Predefined diamond marker type. | |
PLUS |
Predefined plus marker type. | |
TRIANGLE |
Predefined triangle marker type. | |
SQUARE |
Predefined square marker type. | |
NONE |
Predefined internal marker type. |
public int size
size : "2";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.