ChartElementOutline Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an array of marker points and the outline path used for visual object selection in the chart.
public ref class ChartElementOutline : IDisposable
public class ChartElementOutline : IDisposable
type ChartElementOutline = class
interface IDisposable
Public Class ChartElementOutline
Implements IDisposable
- Inheritance
-
ChartElementOutline
- Implements
Remarks
The value of the OutlinePath property can be null
for complex objects or objects with two points or fewer.
Properties
Markers |
Gets or sets the array of marker points. |
OutlinePath |
Gets or sets the outline path. The result can be |
Methods
Dispose() |
Performs application-defined tasks that frees, releases, or resets unmanaged resources. |
Dispose(Boolean) |
Releases unmanaged and, optionally, managed resources. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |