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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Ticks")>
Public Shadows Property MinorTickCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartYAxisSettings
Dim value As Integer
 
instance.MinorTickCount = value
 
value = instance.MinorTickCount
C# 
[DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Ticks")]
public new int MinorTickCount {get; set;}
Delphi 
public read-write property MinorTickCount: Integer; 
JScript 
DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Ticks")
public hide function get,set MinorTickCount : int
Managed Extensions for C++ 
[DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Ticks")]
public: __property new int get_MinorTickCount();
public: __property new void set_MinorTickCount( 
   int value
);
C++/CLI 
[DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Ticks")]
public:
new property int MinorTickCount {
   int get();
   void set (    int value);
}

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.