NChartValueAxisDelegate Property |
Delegate of the axis.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartValueAxisDelegate Delegate { get; set; }
Public Property Delegate As INChartValueAxisDelegate
Get
Set
public:
virtual property INChartValueAxisDelegate^ Delegate {
INChartValueAxisDelegate^ get () sealed;
void set (INChartValueAxisDelegate^ value) sealed;
}
Property Value
Type:
INChartValueAxisDelegateSee Also