ComponentOne FinancialChart for WPF
IsFixed Property



C1.WPF Namespace > C1ZoomUnit Structure : IsFixed Property
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

Reference

C1ZoomUnit Structure
C1ZoomUnit Members