IChartFont.Size Property
In This Article
Specifies the font size of the element’s text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
int Size { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The font size in pixels. |
#Remarks
Refer to the IChartFont interface description for more information and an example.
See Also