Sets axis end shift from the scale end.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public SmartValue AxisIndent { get; set; }
Visual Basic (Declaration)
Public Property AxisIndent As SmartValue
Visual C++
public:
property SmartValue AxisIndent {
	SmartValue get ();
	void set (SmartValue value);
}

See Also