CustomCandleStick2DModel Properties
The custom Candle Stick model.| 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. |
See Also