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



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