NChartTimeAxisTickOffset Property |
Offset of timestamp ticks (spacing between slider and ticks) in pixels. If positive ticks are outside of slider
if negative ticks may overlap the slider; so the outer border of the slider (including the slider's handler) is
assumed as zero offset.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float TickOffset { get; set; }
Public Property TickOffset As Single
Get
Set
public:
virtual property float TickOffset {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also