Gets or sets the pens used for drawing horizontal grid lines in custom grids.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public PenCollection HorGridPens { get; set; } |
Visual Basic Copy Code |
---|
Public Property HorGridPens As PenCollection |
An object of type MindFusion.Drawing.PenCollection.
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.