Gets or sets LevelSeriesView..::.LevelProperties for the top layer of the Level element.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public LevelSeriesView..::.LevelProperties AciveLayer { get; set; } |
Visual Basic (Declaration) |
---|
Public Property AciveLayer As LevelSeriesView..::.LevelProperties |
Visual C++ |
---|
public: property LevelSeriesView..::.LevelProperties^ AciveLayer { LevelSeriesView..::.LevelProperties^ get (); void set (LevelSeriesView..::.LevelProperties^ value); } |