The RegionArea type exposes the following members.

Constructors

  NameDescription
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

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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

See Also