NChartLineDash Class |
Namespace: NChart3D_UWP
The NChartLineDash type exposes the following members.
Name | Description | |
---|---|---|
NChartLineDash |
Create new line dash instance.
| |
NChartLineDash(IReadOnlyListSingle) | Initializes a new instance of the NChartLineDash class | |
NChartLineDash(IReadOnlyListSingle, Single) | Initializes a new instance of the NChartLineDash class |
Name | Description | |
---|---|---|
Pattern |
Array representing the line dash as the lengths (in pixels) of the painted and unpainted segments, respectively.
If the values is nil or an array has no elements, dash is not applied and the line is drawn continuous.
The default values is nil.
For example, if the array [10, 15] [10, 5, 15, 8] | |
Phase |
Value specifying how far (in pixels) into the dash pattern the line starts.
The default value is 0 which means to start interpreting the pattern from the beginning.
For example, if 10 is set, the line is drawn with the dash pattern starting at 10 pixels from its
beginning.
|
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |