CustomStock2DModel Members
The custom Stock model.Constructors
| Name | Description |
|---|---|
| CustomStock2DModel() | Initializes a new instance of the CustomStock2DModel class with the default settings. |
Fields
| Name | Description |
|---|---|
| CenterLineTemplateProperty static | Identifies the CustomStock2DModel.CenterLineTemplate dependency property. |
| CloseLineTemplateProperty static | Identifies the CustomStock2DModel.CloseLineTemplate dependency property. |
| OpenLineTemplateProperty static | Identifies the CustomStock2DModel.OpenLineTemplate dependency property. |
| PointTemplateProperty static | Identifies the CustomStock2DModel.PointTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| CenterLineTemplate | Specifies the Center Line template for the Stock series’ custom model. This is a dependency property. |
| CloseLineTemplate | Specifies the Close Line template for the Stock series’ custom model. This is a dependency property. |
| ModelName | Gets the name of the CustomStock2DModel. |
| OpenLineTemplate | Specifies the Open Line template for the Stock series’ custom model. This is a dependency property. |
| PointTemplate | Specifies the point template for the Stock 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 | Provides access to the collection of pre-defined Stock models. Inherited from Stock2DModel. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also