Back to Devexpress

Annotation.Visible Property

wpf-devexpress-dot-xpf-dot-charts-dot-annotation-5ab6ddef.md

latest1.1 KB
Original Source

Annotation.Visible Property

Gets or sets whether the annotation is visible.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if the annotation is displayed; false if the annotation is hidden; otherwise, null ( Nothing in Visual Basic).

|

Remarks

Use the Visible property to show or hide the annotation in the chart.

See Also

Annotation Class

Annotation Members

DevExpress.Xpf.Charts Namespace