Click or drag to resize
NChartValueAxisHasOffset Property
Flag that determines if there should be an offset on the axis. The offset is the spacing from the beginning of the axis to the first tick and from the last tick to the end of the axis. If this flag is true the spacing is half a step. If false spacing is zero.

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

Property Value

Type: Boolean
See Also