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; }
Public Property Phase As Single
Get
Set
public:
virtual property float Phase {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also