The ChartObjectBase type exposes the following members.

Constructors

  NameDescription
ChartObjectBase
Initializes a new instance of the ChartObjectBase class

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.)

Fields

  NameDescription
alpha
Alpha setting this object.
color
Access to the raw color property.
points
Raw collection of chart points.
width
Access to the raw with property.

Properties

  NameDescription
Alpha
Gets or sets the tranparency level for this object.
Color
Gets or sets the pen color of this object.
Locked
Specifies whether the user can modify the chart object on the chart.
Points
The raw collection of points for this object.
SmoothingMode
Gets or sets the smoothing mode.
Width
Gets or sets the outline width of this object.

Events

  NameDescription
ChartObjectChanged
Event called when a setting of a chart object has changed.

See Also