LimitLineCollectionItem Property
Gets or sets a
LimitLine object at specified index.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public LimitLine this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As LimitLine
Get
Set
- index Int32
- Index of the LimitLine to get or set.
LimitLineA
LimitLine object at specified index.