Uses of Class
com.storedobject.chart.MarkArea
Packages that use MarkArea
-
Uses of MarkArea in com.storedobject.chart
Methods in com.storedobject.chart that return MarkAreaModifier and TypeMethodDescriptionfinal MarkArea
BarChart.getMarkArea
(boolean create) This chart doesn't support mark area and this method always returnsnull
.Chart.getMarkArea
(boolean create) Get the mark area for the chart.Methods in com.storedobject.chart with parameters of type MarkAreaModifier and TypeMethodDescriptionfinal void
BarChart.setMarkArea
(MarkArea markArea) This chart doesn't support mark area and this method does nothing.void
Chart.setMarkArea
(MarkArea markArea) Set a customizedMarkArea
for this chart.