CustomCandleStick2DModel Members
The custom Candle Stick model.Constructors
| Name | Description |
|---|---|
| CustomCandleStick2DModel() | Initializes a new instance of the CustomCandleStick2DModel class with the default settings. |
Fields
| Name | Description |
|---|---|
| BottomStickTemplateProperty static | Identifies the CustomCandleStick2DModel.BottomStickTemplate dependency property. |
| CandleTemplateProperty static | Identifies the CustomCandleStick2DModel.CandleTemplate dependency property. |
| InvertedCandleTemplateProperty static | Identifies the CustomCandleStick2DModel.InvertedCandleTemplate dependency property. |
| PointTemplateProperty static | Identifies the CustomCandleStick2DModel.PointTemplate dependency property. |
| TopStickTemplateProperty static | Identifies the CustomCandleStick2DModel.TopStickTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| BottomStickTemplate | Specifies the Bottom Stick template for the Candle Stick series’ custom model This is a dependency property. |
| CandleTemplate | Specifies the Candle template for the Candle Stick series’ custom model. This is a dependency property. |
| InvertedCandleTemplate | Specifies the Inverted Candle template for the Candle Stick series’ custom model. This is a dependency property. |
| ModelName | Gets the name of the CustomCandleStick2DModel. |
| PointTemplate | Specifies the point template for the Candle Stick series’ custom model. This is a dependency property. |
| TopStickTemplate | Specifies the Inverted Candle template for the Candle Stick 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 Candle Stick models. Inherited from CandleStick2DModel. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also