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



In This Topic
    IsFixed Property
    In This Topic
    Gets a value indicating whether the zoom is a fixed value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixed As Boolean
    'Usage
     
    
    Dim instance As C1ZoomUnit
    Dim value As Boolean
     
    value = instance.IsFixed
    public bool IsFixed {get;}
    public:
    property bool IsFixed {
       bool get();
    }
    See Also