Gets or sets the pen, which is used to draw the chart axes.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Pen AxisPen { get; set; } |
Visual Basic
![]() |
---|
Public Property AxisPen As Pen |
An instance of MindFusion.Drawing.Pen class
The property is used for drawing all chart axes. If the chart is of 3D type the axis shadow is drawn with AxisShadowBrush. If no AxisShadowBrush is specified, a shadow brush a little darker than the AxisPen is created.
Default value of the AxisPen property is black pen with width 1.