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
call when the chat lays out its elements.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Rect Frame { get; }
Public ReadOnly Property Frame As Rect
Get
public:
virtual property Rect^ Frame {
Rect^ get () sealed;
}
Property Value
Type:
RectSee Also