Search
Axis.PinLabels Property
See Also
 





Gets or sets whether chart labels are pinned to the axes.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public bool PinLabels { get; set; }

Visual Basic  Copy Code

Public Property PinLabels As Boolean

 Property Value

A bool value; The default value is true.

 Remarks

When the labels are pinned, they don't change position along the axes when the chart's graphics gets scrolled.

 See Also