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






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

Syntax

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