Table of Contents

Delegate LabelGetterDelegate

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Delegate for custom formatting of axis labels. Determines what should be displayed at a given label

public delegate string LabelGetterDelegate(AxisIncrementToRender toRender)

Parameters

toRender AxisIncrementToRender

The axis increment to which the label is attached

Returns

string