[]
Represents a FlexChart range slider control supporting additional visual styles.
public class C1RangeSelector : C1RangeSlider, IChartLayer
| Name | Description |
|---|---|
| C1RangeSelector() | Create an instance of RangeSelector. |
| Name | Description |
|---|---|
| SelectedAreaBrushProperty | Identifies the SelectedAreaBrush Dependency property. |
| Name | Description |
|---|---|
| SelectedAreaBrush | Gets or sets the brush of selected area. |
| Name | Description |
|---|---|
| PixelsToUnits(double) | Converts pixels to it´s corresponding unit value in the range slider |
| UpdateTrackLayout() | This method will take the current min, max, and value to calculate and layout the current control measurements. |