RangeControlOptions Properties
The storage of settings that specify series appearance in the Range Control.| Name | Description |
|---|---|
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
| UseSeriesBrush | Gets or sets the value indicating whether the series’ representation in the Range Control uses the series’ brush. This is a dependency property. |
| ValueLevel | Gets or sets the value that specifies series points’ values that a series representation within the Range Control should use to draw itself. This is a dependency property. |
| View | Gets or sets the view that configures the series’ appearance within the Range Control. This is a dependency property. |
| Visible | Gets or sets the value indicating whether the Range Control visualized the series data. This is a dependency property. |
See Also