Skip to main content

CustomCandleStick2DModel.InvertedCandleTemplate Property

Specifies the Inverted Candle template for the CustomCandleStick2DModel. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public DataTemplate InvertedCandleTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object.

See Also