This scales the length of the tick mark lines.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double TickLength { get; set; }
Visual Basic (Declaration)
Public Overridable Property TickLength As Double
Visual C++
public:
virtual property double TickLength {
	double get ();
	void set (double value);
}

Field 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