MindFusion.Wpf Pack Programmer's Guide
Chart.LegendTextBrush Property
See Also
 





Gets or sets the brush of the texts in the legend, or null (Nothing in Visual Basic), to use the TextBrush property.

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

 Syntax

C#  Copy Code

public Brush LegendTextBrush { get; set; }

Visual Basic  Copy Code

Public Property LegendTextBrush As Brush

 Property Value

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

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace