Gets or sets the pens for drawing horizontal grid stripes in custom grids. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public PenCollection HorGridPens { get; set; } |
Visual Basic
![]() |
---|
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.