IMSL C# Numerical Library

AbstractChartNode.TickLength Property

This scales the length of the tick mark lines.

public virtual double TickLength {get; set;}

Property Value

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

AbstractChartNode Class | Imsl.Chart2D Namespace