LiveCharts.SeriesAlgorithms.VerticalLineAlgorithm.ICartesianSeries C# (CSharp) Method

ICartesianSeries() private method

private ICartesianSeries ( AxisCore axis ) : double
axis AxisCore
return double
        double ICartesianSeries.GetMaxX(AxisCore axis)
        {
            return AxisLimits.SeparatorMaxRounded(axis);
        }