Search
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