LineStyle3DZoomBox Class |
Namespace: Arction.WinForms.Charting
The LineStyle3DZoomBox type exposes the following members.
| Name | Description | |
|---|---|---|
| LineStyle3DZoomBox |
Constructor for Form designer list editor
| |
| LineStyle3DZoomBox(IChartNode) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AntiAliasing |
Gets and sets anti-aliased line. This is a dependency property.
Drawing anti-aliased draws the line with smooth edges, but will increase CPU/GPU overhead.
Note that line width is defined in 3D world coordinates, not in pixels as with 2D line. With DX11 thicker (triangle) lines cannot be rendered without anti-aliasing unless AntiAliasLevel is set to a value lower than 1. | |
| Color |
Gets and sets line color.
| |
| Pattern |
Gets and sets pattern of line.
| |
| PatternScale |
Gets and sets pattern scale.
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | 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.) | |
| ToString |
Convert class description to string
(Overrides ObjectToString.) |