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