Dundas Chart for Windows Forms
MinorGrid Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : MinorGrid Property


Gets or sets a Grid object, used for an axis' minor grid lines properties.


Minor Gridlines

Syntax

Visual Basic (Declaration)  
Public Property MinorGrid As Grid
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As Grid
 
instance.MinorGrid = value
 
value = instance.MinorGrid
C#  
public Grid MinorGrid {get; set;}

Return Value

A Grid object, used to get/set minor grid properties of an axis.

Remarks

Minor grid lines are drawn in between the major grid lines.

You can use this property to change a minor grid line's frequency, color, etc. .

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.