NChartLegendOrigin Property |
Origin of the legend. It's a starting point that has effect only with orientation set to one of "free"-kinds.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Point Origin { get; set; }
Public Property Origin As Point
Get
Set
public:
virtual property Point^ Origin {
Point^ get () sealed;
void set (Point^ value) sealed;
}
Property Value
Type:
PointImplements
INChartLegendOriginSee Also