ChartElementOutline Class
Represents an array of marker points and the outline path used for visual object selection in the chart.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Markers | Gets or sets the marker points. |
![]() | OutlinePath | Gets or sets the outline path. The return value can be null for complex objects and objects with two points or fewer. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Performs application-defined tasks that free, release, or reset 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The value of the OutlinePath property can be null for complex objects or objects with two points or fewer.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


