Gets or sets the pens for drawing horizontal grid stripes in custom grids. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type MindFusion.Drawing.PenCollection. RemarksThe 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 |