ViewXYGetYAxesInSegment Method |
LightningChart .NET Help
Get list of Y-axes which are in segment index given.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic IList<AxisY> GetYAxesInSegment(
int segmentIndex
)
Public Function GetYAxesInSegment (
segmentIndex As Integer
) As IList(Of AxisY)
public:
IList<AxisY^>^ GetYAxesInSegment(
int segmentIndex
)
Parameters
- segmentIndex
- Type: SystemInt32
Segment index.
Return Value
Type:
IListAxisYList of Y-axes.
See Also