Gets or sets the Pen for outlining the plot area.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Pen PlotAreaOutlinePen { get; set; } |
Visual Basic
![]() |
---|
Public Property PlotAreaOutlinePen As Pen |
An object of type MindFusion.Drawing.Pen.
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.