Intersoft WebGrid Documentation
MinorGridStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartAxisSettings Class : MinorGridStyle Property






Gets the object that controls the style of the minor grid lines displayed by the scale.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute("setMinorGridStyle")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the minor grid lines displayed by the scale")>
<CategoryAttribute("Grid Lines")>
Public ReadOnly Property MinorGridStyle As ChartScaleGridStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartAxisSettings
Dim value As ChartScaleGridStyle
 
value = instance.MinorGridStyle
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setMinorGridStyle")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the minor grid lines displayed by the scale")]
[CategoryAttribute("Grid Lines")]
public ChartScaleGridStyle MinorGridStyle {get;}
Delphi 
public read-only property MinorGridStyle: ChartScaleGridStyle; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute("setMinorGridStyle")
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the minor grid lines displayed by the scale")
CategoryAttribute("Grid Lines")
public function get MinorGridStyle : ChartScaleGridStyle
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setMinorGridStyle")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the minor grid lines displayed by the scale")]
[CategoryAttribute("Grid Lines")]
public: __property ChartScaleGridStyle* get_MinorGridStyle();
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setMinorGridStyle")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the minor grid lines displayed by the scale")]
[CategoryAttribute("Grid Lines")]
public:
property ChartScaleGridStyle^ MinorGridStyle {
   ChartScaleGridStyle^ get();
}

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

©2012 Intersoft Solutions Corp. All Rights Reserved.