Class
LabelMeasurementPanel

A VirtualizingTimeBarPanel that provides the required functionality for measuring required size for label strings.

Definition

Constructors

LabelMeasurementPanel()

Declaration

cs-api-definition
public LabelMeasurementPanel()

Methods

OnPixelsPerTickChanged(double, double)

Called when the number of pixels per tick changes.

Declaration

cs-api-definition
protected override void OnPixelsPerTickChanged(double oldValue, double newValue)

Parameters

oldValue

double

The old number of pixels per tick.

newValue

double

The new number of pixels per tick.

Overrides VirtualizingTimeBarPanel.OnPixelsPerTickChanged(double, double)