YAxisCollectionAdd Method
Adds an YAxis to the collection.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public virtual int Add(
YAxis aValue
)
Public Overridable Function Add (
aValue As YAxis
) As Integer
- aValue YAxis
- YAxis object
Int32The position into which the new element was inserted.