NChartScaleLegendDelegate Property |
Delegate of the legend.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartLegendDelegate Delegate { get; set; }
Public Property Delegate As INChartLegendDelegate
Get
Set
public:
virtual property INChartLegendDelegate^ Delegate {
INChartLegendDelegate^ get () sealed;
void set (INChartLegendDelegate^ value) sealed;
}
Property Value
Type:
INChartLegendDelegateImplements
INChartLegendDelegateSee Also