Gets or sets the length of tick marks. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public double Tick { get; set; } |
Visual Basic
![]() |
---|
Public Property Tick As Double |
A double value. Default is 0.0.
When the Tick property is set to a value greater than zero tick marks are drawn at scale points at the axis. The LabelType should be AutoScale or CustomLabels with CustomLabelPosition set to CustomLabelPosition.AutoScale.