ComponentOne FlexChart for WinForms
IsDirectionReversed Property


C1.Win.Chart.Interaction Namespace > C1RangeSlider Class : IsDirectionReversed Property
Gets or sets the direction of increasing value.
Syntax
'Declaration
 
Public Property IsDirectionReversed As Boolean
'Usage
 
Dim instance As C1RangeSlider
Dim value As Boolean
 
instance.IsDirectionReversed = value
 
value = instance.IsDirectionReversed
public bool IsDirectionReversed {get; set;}
See Also

Reference

C1RangeSlider Class
C1RangeSlider Members