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