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

CustomCandleStick2DModel.BottomStickTemplate Property

Specifies the Bottom Stick template for the Candle Stick series’ custom model This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public DataTemplate BottomStickTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

See Also