Click or drag to resize
AbstractChartNodeTickLength Property
This scales the length of the tick mark lines.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double TickLength { get; set; }

Property Value

Type: Double
A double which contains the "TickLength" attribute value.
Remarks
A value of 2.0 makes the tick marks twice as long as normal. A negative value causes the tick marks to be drawn pointing into the plot area. By default, TickLength = 1.0.
See Also