ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / HasCustomSymbol Property



In This Topic
    HasCustomSymbol Property (Series)
    In This Topic
    Whether the custom symbol rendering involved.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property HasCustomSymbol As Boolean
    'Usage
     
    
    Dim instance As Series
    Dim value As Boolean
     
    value = instance.HasCustomSymbol
    protected virtual bool HasCustomSymbol {get;}
    protected:
    virtual property bool HasCustomSymbol {
       bool get();
    }
    See Also