RangeControlOptions Members
The storage of settings that specify series appearance in the Range Control.Constructors
| Name | Description |
|---|---|
| RangeControlOptions() | Initializes a new instance of the RangeControlOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| UseSeriesBrushProperty static | Identifies the RangeControlOptions.UseSeriesBrush dependency property. |
| ValueLevelProperty static | Identifies the RangeControlOptions.ValueLevel dependency property. |
| ViewProperty static | Identifies the RangeControlOptions.View dependency property. |
| VisibleProperty static | Identifies the RangeControlOptions.Visible dependency property. |
Properties
| 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. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also