Uses of Class
org.zkoss.chart.Marker
-
Packages that use Marker Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Marker in org.zkoss.chart
Subclasses of Marker in org.zkoss.chart Modifier and Type Class Description class
LowMarker
Options for the lower markers of the dumbbell-like series.Methods in org.zkoss.chart that return Marker Modifier and Type Method Description Marker
Cluster. getMarker()
Returns the cluster marker.Marker
Level. getMarker()
Returns the level markerMarker
Node. getMarker()
Returns the marker of this node, if any.Marker
Point. getMarker()
Returns the data markerMarker
Series. getMarker()
Returns the marker for this series.Marker
State. getMarker()
Returns the marker of this stateMethods in org.zkoss.chart with parameters of type Marker Modifier and Type Method Description void
Cluster. setMarker(Marker marker)
Sets the cluster markervoid
Level. setMarker(Marker marker)
Sets the level markervoid
Node. setMarker(Marker marker)
Sets the marker of this node.void
Point. setMarker(Marker marker)
Sets the data markervoid
Series. setMarker(Marker marker)
Sets the marker for this series.void
State. setMarker(Marker marker)
Sets the marker of this state -
Uses of Marker in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return Marker Modifier and Type Method Description Marker
PackedBubbleParentNodeOptions. getMarker()
Returns the styling options for parentNodes markers, if any.Marker
SeriesPlotOptions. getMarker()
Returns the series markerMethods in org.zkoss.chart.plotOptions with parameters of type Marker Modifier and Type Method Description void
PackedBubbleParentNodeOptions. setMarker(Marker marker)
Sets the styling options for parentNodes markers.void
SeriesPlotOptions. setMarker(Marker marker)
Sets the series marker
-