Gets or sets LevelSeriesView..::.LevelProperties for the bottom layer of the Level element.

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

Syntax

C#
public LevelSeriesView..::.LevelProperties InaciveLayer { get; set; }
Visual Basic (Declaration)
Public Property InaciveLayer As LevelSeriesView..::.LevelProperties
Visual C++
public:
property LevelSeriesView..::.LevelProperties^ InaciveLayer {
	LevelSeriesView..::.LevelProperties^ get ();
	void set (LevelSeriesView..::.LevelProperties^ value);
}

See Also