The RegionArea type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RegionArea |
sSeriesName is the name of the jChart.Series with which this RegionArea is associated. snXValue is the X
value at which the region is located and snYValue is the Y value at which the region is located.
oSeriesPoints() is an array of Point that describes a polygon surrounding the region.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| SeriesName |
The name of the jChart.Series to which the region belongs.
| |
| SeriesPoints |
An array of Point that describes a polygon surrounding the region.
| |
| SeriesRegion |
Gets a System.Drawing.Region object that encloses the region.
| |
| XValue |
Gets the X value at which the region is located.
| |
| YValue |
Gets the Y value at which the region is located
|