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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Labels")>
<DescriptionAttribute("Controls the number of ticks that are generated between two labels")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property NumberOfTicksPerLabel As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartAxisSettings
Dim value As Integer
 
instance.NumberOfTicksPerLabel = value
 
value = instance.NumberOfTicksPerLabel
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Labels")]
[DescriptionAttribute("Controls the number of ticks that are generated between two labels")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public int NumberOfTicksPerLabel {get; set;}
Delphi 
public read-write property NumberOfTicksPerLabel: Integer; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Labels")
DescriptionAttribute("Controls the number of ticks that are generated between two labels")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set NumberOfTicksPerLabel : int
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Labels")]
[DescriptionAttribute("Controls the number of ticks that are generated between two labels")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property int get_NumberOfTicksPerLabel();
public: __property void set_NumberOfTicksPerLabel( 
   int value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Labels")]
[DescriptionAttribute("Controls the number of ticks that are generated between two labels")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property int NumberOfTicksPerLabel {
   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.