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.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Measure PlotBorderSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PlotBorderSize As Measure |
An instance of the Measure class. The default is null (Nothing in Visual Basic).
See Also