ComponentOne Chart for WPF and Silverlight
OverlapChart Property


C1.WPF.C1Chart Namespace > C1ChartLegend Class : OverlapChart Property
Gets or sets the value which indicates whether the legend can overlap with the chart.
Syntax
'Declaration
 
Public Property OverlapChart As System.Boolean
'Usage
 
Dim instance As C1ChartLegend
Dim value As System.Boolean
 
instance.OverlapChart = value
 
value = instance.OverlapChart
public System.bool OverlapChart {get; set;}
See Also

Reference

C1ChartLegend Class
C1ChartLegend Members