Chart delegate.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartDelegate Delegate { get; set; }
Public Property Delegate As INChartDelegate
Get
Set
public:
virtual property INChartDelegate^ Delegate {
INChartDelegate^ get () sealed;
void set (INChartDelegate^ value) sealed;
}
Property Value
Type:
INChartDelegateSee Also