Click or drag to resize
NChartLineDashPhase Property
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.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public float Phase { get; set; }

Property Value

Type: Single
See Also