If set to true settings of individual graphs will be included along with graph data (otherwise graph settings are included with other chart settings)

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

Syntax

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

See Also