Для изменения размера нажмите или перетащите

StripLinesCollection(IEnumerableIStripLineModel) - конструктор

Initializes a new instance of the StripLinesCollection class. Initializes a new instance of the ListT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

Пространство имён:  Tessa.UI.Views.Charting.Axises
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public StripLinesCollection(
	[NotNullAttribute] IEnumerable<IStripLineModel> collection
)

Параметры

collection
Тип: System.Collections.GenericIEnumerableIStripLineModel
The collection whose elements are copied to the new list.
Исключения
ИсключениеУсловие
ArgumentNullExceptioncollection is null.
См. также