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

See Also