Gets or sets an expression to calculate a value that is displayed in the legend item.

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

Syntax

C#
protected string ExpressionString { get; set; }
Visual Basic (Declaration)
Protected Property ExpressionString As String
Visual C++
protected:
property String^ ExpressionString {
	String^ get ();
	void set (String^ value);
}

See Also