NChartScaleLegends Property |
Scale legends array. It's empty by default.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public IReadOnlyList<NChartScaleLegend> ScaleLegends { get; }
Public ReadOnly Property ScaleLegends As IReadOnlyList(Of NChartScaleLegend)
Get
public:
virtual property IReadOnlyList<NChartScaleLegend^>^ ScaleLegends {
IReadOnlyList<NChartScaleLegend^>^ get () sealed;
}
Property Value
Type:
IReadOnlyListNChartScaleLegendSee Also