LineStyle Class |
Namespace: Arction.WinForms.Charting
The LineStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| LineStyle |
Constructor for Form designer list editor
| |
| LineStyle(IChartNode) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AntiAliasing |
Gets and sets anti-aliased line.
Drawing anti-aliased draws the line with smooth edges, but will increase CPU/GPU overhead.
In order to have an effect, AntiAliasLevel must be set to a value higher than 1.
| |
| Color |
Gets and sets line color.
| |
| Pattern |
Gets and sets pattern of line.
| |
| PatternScale |
Gets and sets pattern scale.
| |
| Width |
Gets and sets width of line.
|
| 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.) |