Gets or sets a value which indicates according to which field the values with the reduced index will be chosen.

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

Syntax

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

See Also