ComponentOne FinancialChart for WPF
Drilldown Property



C1.WPF.Chart Namespace > C1Sunburst Class : Drilldown Property
Syntax
'Declaration
 
Public Property Drilldown As Boolean
'Usage
 
Dim instance As C1Sunburst
Dim value As Boolean
 
instance.Drilldown = value
 
value = instance.Drilldown
public bool Drilldown {get; set;}
public:
property bool Drilldown {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1Sunburst Class
C1Sunburst Members