MindFusion.Charting Programmer's Guide

AxesChart.AxisPen Property

See Also
 





Gets or sets the pen, which is used to draw the chart axes.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Pen AxisPen { get; set; }

Visual Basic  Copy Code

Public Property AxisPen As Pen

 Property Value

A value of type the MindFusion.Drawing.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