LimitLineCollectionItem Property

Gets or sets a LimitLine object at specified index.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public LimitLine this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the LimitLine to get or set.

Return Value

LimitLine
A LimitLine object at specified index.

See Also