The ChartObjectBase type exposes the following members.

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.)
GetAlpha
Retrieves the alpha value for this object.
GetChartPane
Retrieves the chart pane name where this object resides.
GetColor
Retrieves the color value for this object.
GetDashPattern
Retrieves the dash pattern for this object.
GetDashStyle
Retrieves the dash style for this object.
GetEndCap
Retrieves the ChartCap end for this chart object.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObjectId
Retrieves the unique identifier for this object.
GetPoints
Retrieves the ChartPoint list.
GetSmoothingMode
Retrieves the smoothing mode for this object.
GetStartCap
Retrieves the ChartCap start for this chart object.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetWidth
Retrieves the width of this object.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Refresh
Called to force a chart object to redraw itself.
SetAlpha
Sets the alpha or transparency for this object.
SetChartPane
Set the pane to draw this object on.
SetColor
Sets the color of the pen to draw this object.
SetDashPattern
Sets a dash pattern for this object.
SetDashStyle
Sets the dash style for this object.
SetEndCap
Sets the end cap parameter on this object.
SetPoints
Sets the number of points for this object.
SetSmoothingMode
Sets the smoothing or drawing mode. Default is faster, AntiAliased is aesthetically pleasing.
SetStartCap
Sets the start cap parameter on this object.
SetWidth
Sets the width of the pen line for this object.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also