TextStyle.Size Property
In This Article
Gets or sets the text size.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public float Size { get; set; }
#Property Value
Type | Description |
---|---|
Single | The text size. |
See Also