Interface IRequireGlobalSeriesIndex
Defines methods on classes that contain a global index.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public interface IRequireGlobalSeriesIndex
Methods
| Improve this Doc View SourceGlobalSeriesIndexChanged(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. |