MindFusion WinForms Programmer's Guide
AxesChart.AxisPen Property
See Also
 





Gets or sets the pen used for drawing the chart axis.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Pen AxisPen { get; set; }

Visual Basic  Copy Code

Public Property AxisPen As Pen

 Property Value

An instance of the Pen class.

 Remarks

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.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace