Table of Contents

Interface IMinorTickGenerator

Namespace
ScottPlot
Assembly
ScottPlot.dll
public interface IMinorTickGenerator
Extension Methods

Methods

GetMinorTicks(double[], CoordinateRange)

IEnumerable<double> GetMinorTicks(double[] majorTicks, CoordinateRange visibleRange)

Parameters

majorTicks double[]
visibleRange CoordinateRange

Returns

IEnumerable<double>