Skip to main content

TitleBase.Visible Property

Gets or sets the title's visibility state. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public bool? Visible { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true if the title is visible; otherwise, false.

See Also