Skip to main content

ConstantLine.Title Property

Gets or sets the constant line title.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public ConstantLineTitle Title { get; set; }

#Property Value

Type Description
ConstantLineTitle

A ConstantLineTitle object.

See Also