Dundas.SharePoint.Charting.WebParts Send comments on this topic.
MinorGrid Property
See Also 
Dundas.Charting.WebControl Namespace > Axis Class : MinorGrid Property


Minor Gridlines

Syntax

Visual Basic (Declaration)  
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.NoNameExpandableObjectConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<BindableAttribute(True)>
<CategoryAttribute("Grid&TickMarks")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Minor grid lines style.")>
<PersistenceModeAttribute()>
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#  
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.NoNameExpandableObjectConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[BindableAttribute(true)]
[CategoryAttribute("Grid&TickMarks")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Minor grid lines style.")]
[PersistenceModeAttribute()]
public Grid MinorGrid {get; set;}

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