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; }
Public Property HasOffset As Boolean
Get
Set
public:
virtual property bool HasOffset {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also