Charting for WPF Programmer's Guide

AxisSettings.Tick Property

See Also
 


Gets or sets the length of tick marks.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double Tick { get; set; }

Visual Basic  Copy Code

Public Property Tick As Double

 Property Value

A double value. Default is 0.0.

 Remarks

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.

 See Also