Back to Devexpress

Annotation.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-90a9ed0c.md

latest1.4 KB
Original Source

Annotation.Visible Property

Specifies whether the annotation is visible.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool Visible { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if the annotation is visible; otherwise, false.

|

Remarks

Use the Visible property to show or hide an annotation within a chart’s diagram.

For more information, refer to Annotations.

See Also

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace