Class MarkArea.Block

java.lang.Object
com.storedobject.chart.MarkArea.Block
All Implemented Interfaces:
ComponentProperty
Enclosing class:
MarkArea

public static class MarkArea.Block extends Object implements ComponentProperty
A block represents an area of the MarkArea. A block has 2 MarkArea.Block.Sides viz. "the starting side", "the ending side".

A block may be defined along an axis and in that case, it covers an area along that axis with the starting side and ending side based on the starting value and ending value along that axis.

A block may be defined using both the axes (mostly in the case of RectangularCoordinate and in that case, it will have to be specified using 2 values for each axis. The block will be formed from the intersection of the axis values.

There are a few special strings that can be used when specifying the values and when such values are used, it is treated as special cases. The following special strings are currently supported:

     "min": Represents minimum value of the axis
     "max": Represents maximum value of the axis
     "average": The average value when the chart's values (applicable for numeric data)
 
Author:
Syam