Skip to main content
A newer version of this page is available. .

CustomCandleStick2DModel Properties

Represents 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.
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.
InvertedCandleTemplate Specifies the Inverted Candle template for the Candle Stick series’ custom model. This is a dependency property.
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.
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