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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the start index of the color used as the first color from the series color collection.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
Public Property StartIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartSeriesColorCollectionSettings
Dim value As Integer
 
instance.StartIndex = value
 
value = instance.StartIndex
C# 
[DescriptionAttribute("Specifies the start index of the color used as the first color from the series color collection.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public int StartIndex {get; set;}
Delphi 
public read-write property StartIndex: Integer; 
JScript 
DescriptionAttribute("Specifies the start index of the color used as the first color from the series color collection.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
public function get,set StartIndex : int
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the start index of the color used as the first color from the series color collection.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public: __property int get_StartIndex();
public: __property void set_StartIndex( 
   int value
);
C++/CLI 
[DescriptionAttribute("Specifies the start index of the color used as the first color from the series color collection.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public:
property int StartIndex {
   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.