ConstantLine.Title Property
In This Article
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 |
---|---|
Constant |
A Constant |
See Also