Gets or sets the pen used for drawing the chart axis.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Pen AxisPen { get; set; } |
Visual Basic Copy Code |
---|
Public Property AxisPen As Pen |
An instance of the 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.