ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / ChartType Property



In This Topic
    ChartType Property (C1FlexChart)
    In This Topic
    Gets or sets the chart type.
    Syntax
    'Declaration
     
    
    Public Property ChartType As ChartType
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As ChartType
     
    instance.ChartType = value
     
    value = instance.ChartType
    public ChartType ChartType {get; set;}
    public:
    property ChartType ChartType {
       ChartType get();
       void set (    ChartType value);
    }
    See Also