ChartLegend
IsOverlay Property
|
Indicates whether other chart elements allowed to overlap legend.
Read/write
Boolean
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsOverlay { get; set; }
Public Property IsOverlay As Boolean
Get
Set
public:
property bool IsOverlay {
bool get ();
void set (bool value);
}
member IsOverlay : bool with get, set
Property Value
Type:
Boolean
See Also