The RegionArea object describes a region on a chart. There is one region for each distinct value in each series. Regions may overlap. The purpose of the RegionArea object is to identify which part of which series a user has clicked on, when drilling down into a chart.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public class RegionArea
Visual Basic (Declaration)
Public Class RegionArea
Visual C++
public ref class RegionArea

Remarks

Inheritance Hierarchy

System..::.Object
  jChart..::.RegionArea

See Also