NChartScaleLegendHeader Property |
Label that is placed on the top of the legend. It's null by default.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartLabel Header { get; set; }
Public Property Header As INChartLabel
Get
Set
public:
virtual property INChartLabel^ Header {
INChartLabel^ get () sealed;
void set (INChartLabel^ value) sealed;
}
Property Value
Type:
INChartLabelImplements
INChartLegendHeaderSee Also