ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ZoomUnit Structure / Type Property



In This Topic
    Type Property (C1ZoomUnit)
    In This Topic
    Gets the type of unit.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As C1ZoomUnitType
    'Usage
     
    
    Dim instance As C1ZoomUnit
    Dim value As C1ZoomUnitType
     
    value = instance.Type
    public C1ZoomUnitType Type {get;}
    public:
    property C1ZoomUnitType Type {
       C1ZoomUnitType get();
    }

    Property Value

    The type.
    See Also