ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / IBehavior Interface / Chart Property



In This Topic
    Chart Property (IBehavior)
    In This Topic
    Associated chart.
    Syntax
    'Declaration
     
    
    Property Chart As IChart
    'Usage
     
    
    Dim instance As IBehavior
    Dim value As IChart
     
    instance.Chart = value
     
    value = instance.Chart
    IChart Chart {get; set;}
    property IChart^ Chart {
       IChart^ get();
       void set (    IChart^ value);
    }
    See Also