Search
AxisSettings.TitleTextBrush Property
See Also
 






Gets or sets the color of the axis title, or null (Nothing in Visual Basic), to use the TextBrush property of the chart.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Brush TitleTextBrush { get; set; }

Visual Basic  Copy Code

Public Property TitleTextBrush As Brush

 Property Value

An instance of the .NET Brush class or null (Nothing in Visual Basic). The default is null.

 See Also