SRGraph::SetComponentMaxIndex

void SRGraph::SetComponentMaxIndex(int nComponent, int index, UINT Type)

Allows access to component data ranges via this graph

Defined in: SRGraph.cpp

Parameters

nComponent

Count of the component

index

Index to be set as the maximum operational index

Type

Type of component

Remarks

This function delegates the actual setting of the components data span to the component specified by type and number.
Primarily used for automatic updates via the ComDoc system

See also...

SRGraphComponent::SetMaxIndex, GetComponent