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





Gets or sets the pen for drawing grid lines.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Pen GridPen { get; set; }

Visual Basic  Copy Code

Public Property GridPen As Pen

 Property Value

An object of type MindFusion.Drawing.Pen.

 Remarks

The GridPen is used for drawing the chart grid when the GridType is not GridType.None or GridType.Custom. The grid stripes are painted with GridBrush and AltGridBrush. You can have a grid that has only stripes and no lines are drawn. In this case, set GridPen to null.

The border of the grid is drawn with GridOutlinePen.

Default value for the GridPen is null, that is, no grid is drawn.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace