The PlotArea type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ResetBackColor
Resets the inheritance state of the PlotArea BackColor.
Public method ResetForeColor
Resets the inheritance state of the PlotArea ForeColor.
Public method ResetGradientStyle
Public method ResetHatchStyle
Public method ResetOpaque
Resets the inheritance state of the PlotArea Opaque.
Public method ShouldSerializeBackColor
Returns false if the PlotArea BackColor property is in the default state.
Public method ShouldSerializeBackColor2
Returns false if the PlotArea BackColor2 property is in the default state.
Public method ShouldSerializeForeColor
Returns false if the PlotArea ForeColor property is in the default state.
Public method ShouldSerializeGradientStyle
Public method ShouldSerializeHatchStyle
Public method ShouldSerializeOpaque
Returns false if the PlotArea Opaque property is in the default state.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AlarmZones
Gets the AlarmZonesCollection.
Public property BackColor
Gets or sets the backcolor of the PlotArea.
Public property BackColor2
Gets or sets the gradient or hatch background.
Public property Boxed
Gets or sets the whether the PlotArea is enclosed in a box (solid border).
Public property ForeColor
Gets or sets the forecolor of the PlotArea.
Public property GradientStyle
Defines the style of the background gradient filling.
Public property HatchStyle
Defines the style of the background hatch filling.
Public property Location
Gets the location of the PlotArea in chart control client coordinates.
Public property LocationDefault
Gets or sets the default location of the PlotArea.
Public property Opaque
Gets or sets the whether the PlotArea background is opaque.
Public property Size
Gets the size of the PlotArea in chart control client coordinates.
Public property SizeDefault
Gets or sets the default size of the PlotArea.
Public property UseAntiAlias
Gets or sets a value indicating whether to use anti-aliasing while rendering chart data.
Public property View3D
Gets the View3D object of the PlotArea.
Public property Visible
Gets or sets the PlotArea visibility.

See Also