ComponentOne FinancialChart for WPF
Chart Property (IBehavior)



C1.WPF.Chart.Interaction Namespace > IBehavior Interface : Chart Property
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

Reference

IBehavior Interface
IBehavior Members