Search
Chart.PlotBorderStyle Property
See Also
 






Gets or sets the border style of the chart's plot area, or null (Nothing in Visual Basic), to use a solid line.

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

 Syntax

C#  Copy Code

public DashStyle PlotBorderStyle { get; set; }

Visual Basic  Copy Code

Public Property PlotBorderStyle As DashStyle

 Property Value

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

 See Also