Gets or sets the pens for drawing vertical grid lines in custom grids. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type MindFusion.Drawing.PenCollection. RemarksThe property specifies the pens for drawing vertical grid lines in custom grids. In this case the grid stripes are filled with brushes from the VertGridBrushes property. The position of the grid lines is specified with VertGridPoints. Custom grids can have labels at the X-axis. The labels are set with XGridLabels property. When the GridType is not GridType.Custom, the grid is drawn with the GridPen and the grid stripes are filled with GridBrush and AltGridBrush. Default value for the VertGridPens property is an empty PenCollection. See Also |