MindFusion WinForms Programmer's Guide
AxesChart.VertGridPoints Property
See Also
 





Gets or sets the positions of vertical lines in custom grids.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public IList VertGridPoints { get; set; }

Visual Basic  Copy Code

Public Property VertGridPoints As IList

 Property Value

An object of type .NET IList with numbers that specify the position of the grid points along the axis; values should range from 0 to 100.

 Remarks

Add to the VertGridPoints property numbers between 0 and 100. Zero coincides with the start of the X-axis and 100 - with its end. Use VertGridPens and VertGridBrushes to specify the pens and brushes for filing the grid stripes. The GridType should be set to GridType.Custom.

The respective properties for drawing horizontal grid stripes are HorGridPoints, HorGridPens and HorGridBrushes.

Default value for the VertGridBrushes property is an empty BrushCollection.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace