Click or drag to resize
NChartScaleLegendFrame Property
Frame of the legend in the view's coordinate system. The frame is a rect fully enclosing the entire legend. This rect is calculated during
UpdateData
call when the chat lays out its elements. This rect may change interactively when the legend is dragged by its handler.

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

Property Value

Type: Rect

Implements

INChartLegendFrame
See Also