ComponentOne FinancialChart for WPF
Type Property (C1ZoomUnit)



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

Reference

C1ZoomUnit Structure
C1ZoomUnit Members