AbstractChartNodeTickLength Property |
This scales the length of the tick mark lines.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double TickLength { get; set; }
Public Overridable Property TickLength As Double
Get
Set
public:
virtual property double TickLength {
double get ();
void set (double value);
}
abstract TickLength : float with get, set
override TickLength : float with 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