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