MindFusion.Charting Programmer's Guide

AxesChart.HorGridPens Property

See Also
 





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

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public PenCollection HorGridPens { get; set; }

Visual Basic  Copy Code

Public Property HorGridPens As PenCollection

 Property Value

 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