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

CustomStock2DModel.OpenLineTemplate Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public DataTemplate OpenLineTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

See Also