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
SyntaxC#
Copy Code
|
|---|
public Brush LegendTextBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendTextBrush As Brush |
An instance of the WPF Brush class or null (Nothing in Visual Basic). The default is null.
See Also