If this is set to true, the X-axis values and grid lines of this series will always be visible. By default, this is set to false.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also