Skip to main content

CustomRangeBar2DModel Members

The custom Range Bar model.

Constructors

Name Description
CustomRangeBar2DModel() Initializes a new instance of the CustomRangeBar2DModel class with default settings.

Fields

Name Description
PointTemplateProperty static Identifies the CustomRangeBar2DModel.PointTemplate dependency property.

Properties

Name Description
ModelName Gets the name of the CustomRangeBar2DModel.
PointTemplate Specifies the point template for the Range Bar series’ custom model. This is a dependency property.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.

Methods

Name Description
GetPredefinedKinds() static Returns the list of predefined models for a 2D Range Bar series. Inherited from RangeBar2DModel.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also