Class LabelMeasurementPanel
A VirtualizingTimeBarPanel that provides the required functionality for measuring required size for label strings.
Inherited Members
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LabelMeasurementPanel : VirtualizingTimeBarPanel, ISupportLabelMeasurement
Constructors
LabelMeasurementPanel()
Declaration
public LabelMeasurementPanel()
Methods
OnPixelsPerTickChanged(Double, Double)
Called when the number of pixels per tick changes.
Declaration
protected override void OnPixelsPerTickChanged(double oldValue, double newValue)
Parameters
System.Double
oldValue
The old number of pixels per tick. |
System.Double
newValue
The new number of pixels per tick. |