Skip to main content

CustomStock2DModel.CenterLineTemplate Property

Specifies the Center Line template for the Stock series’ custom model. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public DataTemplate CenterLineTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

See Also