Gets or sets a value indicating whether the chart legend will be displayed. Default is true.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool ShowLegend { get; set; }
Public Property ShowLegend As Boolean
Get
Set
public:
property bool ShowLegend {
bool get ();
void set (bool value);
}
member ShowLegend : bool with get, set
Property Value
Type:
Boolean
See Also