If set to true graph settings will be included along with data.

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

Syntax

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

See Also