Intersoft ClientUI Documentation
GlobalSeriesIndexChanged Method (DataPointSingleSeriesWithAxes)



The global index of the series.
This method updates the global series index property.
Syntax
Public Sub GlobalSeriesIndexChanged( _
   ByVal globalIndex As Nullable(Of Integer) _
) 
Dim instance As DataPointSingleSeriesWithAxes
Dim globalIndex As Nullable(Of Integer)
 
instance.GlobalSeriesIndexChanged(globalIndex)
public void GlobalSeriesIndexChanged( 
   Nullable<int> globalIndex
)
public:
void GlobalSeriesIndexChanged( 
   Nullable<int> globalIndex
) 

Parameters

globalIndex
The global index of the series.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPointSingleSeriesWithAxes Class
DataPointSingleSeriesWithAxes Members

Send Feedback