ViewXYGetSeriesOfAxisY Method |
LightningChart .NET Help
Get list of series having the given Y-axis assigned.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic IList<SeriesBaseXY> GetSeriesOfAxisY(
AxisY axisY
)
Public Function GetSeriesOfAxisY (
axisY As AxisY
) As IList(Of SeriesBaseXY)
public:
IList<SeriesBaseXY^>^ GetSeriesOfAxisY(
AxisY^ axisY
)
Parameters
- axisY
- Type: Arction.WinForms.Charting.AxesAxisY
Y-axis.
Return Value
Type:
IListSeriesBaseXYList of series.
See Also