OverlapChart Property (Legend)
In This Topic
Gets or sets the value which indicates whether the legend can overlap with the chart.
Syntax
'Declaration
Public Property OverlapChart As Boolean
'Usage
Dim instance As Legend
Dim value As Boolean
instance.OverlapChart = value
value = instance.OverlapChart
public bool OverlapChart {get; set;}
See Also