The ChartFan type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ChartFan |
Constructs a ChartFan object.
|
Methods
| Name | Description | |
|---|---|---|
| AllocSplitValues |
Allocates space to store the split values.
(Inherited from ChartSplitObjectBase.) | |
| Equals | (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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| alpha |
Alpha setting this object.
(Inherited from ChartObjectBase.) | |
| color |
Access to the raw color property.
(Inherited from ChartObjectBase.) | |
| points |
Raw collection of chart points.
(Inherited from ChartObjectBase.) | |
| width |
Access to the raw with property.
(Inherited from ChartObjectBase.) |
Properties
| Name | Description | |
|---|---|---|
| Alpha |
Gets or sets the tranparency level for this object.
(Inherited from ChartObjectBase.) | |
| Color |
Gets or sets the pen color of this object.
(Inherited from ChartObjectBase.) | |
| Locked |
Specifies whether the user can modify the chart object on the chart.
(Inherited from ChartObjectBase.) | |
| Points |
The raw collection of points for this object.
(Inherited from ChartObjectBase.) | |
| SmoothingMode |
Gets or sets the smoothing mode.
(Inherited from ChartObjectBase.) | |
| SplitValues |
Gets the split values
(Inherited from ChartSplitObjectBase.) | |
| ValueCount |
Gets the number of split values.
(Inherited from ChartSplitObjectBase.) | |
| Width |
Gets or sets the outline width of this object.
(Inherited from ChartObjectBase.) |
Events
| Name | Description | |
|---|---|---|
| ChartObjectChanged |
Event called when a setting of a chart object has changed.
(Inherited from ChartObjectBase.) |