INChartLegendFooter Property |
Label that is placed on the bottom of the legend. It's null by default.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax INChartLabel Footer { get; set; }
Property Footer As INChartLabel
Get
Set
property INChartLabel^ Footer {
INChartLabel^ get ();
void set (INChartLabel^ value);
}
Property Value
Type:
INChartLabelSee Also