LightningChart .NET Help
Y Axes list
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<AxisY> YAxes { get; set; }Public Property YAxes As List(Of AxisY)
Get
Set
public:
property List<AxisY^>^ YAxes {
List<AxisY^>^ get ();
void set (List<AxisY^>^ value);
}Property Value
Type:
ListAxisY
See Also