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






index

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As ChartMarkerStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartSeriesMarkerCollection
Dim index As Integer
Dim value As ChartMarkerStyle
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public ChartMarkerStyle this( 
   int index
) {get; set;}
Delphi 
public  this: : ChartMarkerStyle;( 
    index: Integer
); read-write
JScript 
public  this( 
   index : int
) get,set : ChartMarkerStyle
Managed Extensions for C++ 
public: __property ChartMarkerStyle* get_Item( 
   int index
);
public: __property void set_Item( 
   int index,
   ChartMarkerStyle* value
);
C++/CLI 
public:
property ChartMarkerStyle^ default [int] {
   ChartMarkerStyle^ get(int index);
   void set (int indexChartMarkerStyle^ value);
}

Parameters

index

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.