New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public LabelMeasurementPanel()

Methods

Called when the number of pixels per tick changes.

C#
protected override void OnPixelsPerTickChanged(double oldValue, double newValue)
Parameters:oldValuedouble

The old number of pixels per tick.

newValuedouble

The new number of pixels per tick.

Overrides: VirtualizingTimeBarPanel.OnPixelsPerTickChanged(double, double)