ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1ChartLegend Class / OverlapChart Property


In This Topic
    OverlapChart Property (C1ChartLegend)
    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 C1ChartLegend
    Dim value As Boolean
     
    instance.OverlapChart = value
     
    value = instance.OverlapChart
    public bool OverlapChart {get; set;}
    See Also