Class RangeRegionVisualSet<T>

Type Parameters:
T - visual set data elements type
All Implemented Interfaces:
IBeginEndArgumentPropertyOwner<T>, IClipboardTextPropertyOwner<Pair<Double,Double>>, IMinMaxValuePropertyOwner, IUpdatePolicyPropertyOwner, IAbstractChartVisualSet, ILineChartVisualSet

Visual set for drawing regions with limited ranges along Y-axis.

Can be drawn on AbstractLineChart.

Each region is defined by a pair of begin and end values on the X-axis and fills the full height of the chart's content area on the Y-axis.

Author:
Aleksey Kirillov