NChartLineDashPattern Property |
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
is set, the line will alternate between 10 pixels
drawn segment and 15 pixels gap. If
is set, the line will be a looped pattern
of 10 pixels drawn segment, followed by 5 pixels gap, followed by 15 pixels drawn segment, followed by 8 pixels gap.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public IReadOnlyList<float> Pattern { get; set; }
Public Property Pattern As IReadOnlyList(Of Single)
Get
Set
public:
virtual property IReadOnlyList<float>^ Pattern {
IReadOnlyList<float>^ get () sealed;
void set (IReadOnlyList<float>^ value) sealed;
}
Property Value
Type:
IReadOnlyListSingleSee Also