Gets or sets whether chart labels are pinned to the axes.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
C#
![]() |
---|
public bool PinLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property PinLabels As Boolean |
A bool value; The default value is true.
When the labels are pinned, they don't change position along the axes when the chart's graphics gets scrolled.