ComponentOne FinancialChart for WPF
IsOneItem Property



C1.WPF Namespace > C1ZoomUnit Structure : IsOneItem Property
Gets a value indicating whether the zoom will be adjusted to show one item entirely.
Syntax
'Declaration
 
Public ReadOnly Property IsOneItem As Boolean
'Usage
 
Dim instance As C1ZoomUnit
Dim value As Boolean
 
value = instance.IsOneItem
public bool IsOneItem {get;}
public:
property bool IsOneItem {
   bool get();
}
See Also

Reference

C1ZoomUnit Structure
C1ZoomUnit Members