Class RegionVisualSet<T>

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

Visual set for drawing regions.

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