LiveChartViewModel.XAxis1 property¶
Defined in
Type: LiveChartViewModel
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public IXAxis XAxis1 { get; set; }
Summary: Gets or sets the collection of Y-axis definitions used for plotting data on the chart.
Returns: IXAxis
Remarks
Each item in the collection represents a separate Y-axis. Modifying the collection affects how data series are mapped to Y-axes in the chart. The order of axes in the list determines their display sequence.