Click or drag to resize
NChartTimeAxisFrame Property
Frame of the time axis in the view's coordinate system. The frame is a rect fully enclosing the entire time axis with its ticks, labels and control buttons, but not its tooltip. This rect is calculated during
UpdateData
call when the chat lays out its elements.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public Rect Frame { get; }

Property Value

Type: Rect
See Also