Gets or sets a data source field name by values of which the data will be split into separate series.

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

Syntax

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

See Also