Search
Chart.PlotBorderBrush Property
See Also
 






Gets or sets the border brush of the chart's plot area, or null (Nothing in Visual Basic), to hide the border.

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

 Syntax

C#  Copy Code

public Brush PlotBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property PlotBorderBrush As Brush

 Property Value

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

 See Also