ComponentOne FlexChart for WinForms
LowerThumbPath Property


C1.Win.Chart.Interaction Namespace > C1RangeSlider Class : LowerThumbPath Property
Gets or sets custom thumb path for lower value.
Syntax
'Declaration
 
Public Property LowerThumbPath As GraphicsPath
'Usage
 
Dim instance As C1RangeSlider
Dim value As GraphicsPath
 
instance.LowerThumbPath = value
 
value = instance.LowerThumbPath
public GraphicsPath LowerThumbPath {get; set;}
See Also

Reference

C1RangeSlider Class
C1RangeSlider Members