SRGraphComponent::GetNewTag

SRGraphLabel* SRGraphComponent::GetNewTag(void)

When a new tag label is required this routine will be called to create a tag. If you need to override any oprations in the label to create a custom tag you may also override this function to return your derived object.

Defined in: SRGComp.cpp

Return Value

SRGraphLabel* containing the default tag or your derived tag.