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





Gets or sets the pens used for drawing horizontal grid lines in custom grids.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public PenCollection HorGridPens { get; set; }

Visual Basic  Copy Code

Public Property HorGridPens As PenCollection

 Property Value

An object of type MindFusion.Drawing.PenCollection.

 Remarks

The GridType should be set to GridType.Custom and HorGridPoints should not be empty. If the count of the pens is less than the count of the stripes, they are used in a cycle.

Default value for the HorGridPens is an empty PenCollection.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace