NChartScaleLegendScaleDelegate Property |
Delegate of the scale legend.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartScaleLegendDelegate ScaleDelegate { get; set; }
Public Property ScaleDelegate As INChartScaleLegendDelegate
Get
Set
public:
virtual property INChartScaleLegendDelegate^ ScaleDelegate {
INChartScaleLegendDelegate^ get () sealed;
void set (INChartScaleLegendDelegate^ value) sealed;
}
Property Value
Type:
INChartScaleLegendDelegateSee Also