Show / Hide Table of Contents

Interface IRequireGlobalSeriesIndex

Defines methods on classes that contain a global index.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface IRequireGlobalSeriesIndex

Methods

| Improve this Doc View Source

GlobalSeriesIndexChanged(Nullable<Int32>)

Occurs when a global series index changes.

Declaration
void GlobalSeriesIndexChanged(int? globalIndex)
Parameters
Type Name Description
System.Nullable<System.Int32> globalIndex

The global index that has changed.

  • Improve this Doc
  • View Source