MindFusion.Charting Programmer's Guide

AxesChart.PlotAreaOutlinePen Property

See Also
 





Gets or sets the Pen for outlining the plot area.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Pen PlotAreaOutlinePen { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaOutlinePen As Pen

 Property Value

An object of type MindFusion.Drawing.Pen.

 Remarks

PlotAreaOutlinePen draws the border around the plot area. The plot area is filled with the PlotAreaBrush.

Default value for the PlotAreaOutlinePen property is null, which means no border is drawn.

 See Also