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





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

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

 Syntax

C#  Copy Code

public Measure PlotBorderSize { get; set; }

Visual Basic  Copy Code

Public Property PlotBorderSize As Measure

 Property Value

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

 See Also

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