Skip to main content

RangeControlOptions Properties

The storage of settings that specify series appearance in the Range Control.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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