Back to Devexpress

TextAnnotation.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-textannotation-73ed7681.md

latest1.4 KB
Original Source

TextAnnotation.DXFont Property

Gets or sets the font used to display the annotation‘s content.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
DXFont

Specifies the font used to display the annotation’s content.

|

Remarks

Important

Use this property instead of Font to specify the font used to display the annotation’s content.

See Also

TextAnnotation Class

TextAnnotation Members

DevExpress.XtraCharts Namespace