ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / IChartLayer Interface / Chart Property


In This Topic
    Chart Property (IChartLayer)
    In This Topic
    Gets or sets the parent chart.
    Syntax
    'Declaration
     
    
    Property Chart As C1Chart
    'Usage
     
    
    Dim instance As IChartLayer
    Dim value As C1Chart
     
    instance.Chart = value
     
    value = instance.Chart
    C1Chart Chart {get; set;}
    See Also