Skip to main content

SeriesTitle.Visible Property

Gets or sets a value indicating whether the series title is visible.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool Visible { get; set; }

#Property Value

Type Description
Boolean

true, if the title is visible; otherwise, false.

See Also