Table of Contents

Class EvenlySpacedMinorTickGenerator

Namespace
ScottPlot.TickGenerators
Assembly
ScottPlot.dll
public class EvenlySpacedMinorTickGenerator : IMinorTickGenerator
Inheritance
EvenlySpacedMinorTickGenerator
Implements
Inherited Members
Extension Methods

Constructors

EvenlySpacedMinorTickGenerator(double)

public EvenlySpacedMinorTickGenerator(double minorTickPerMajorTick)

Parameters

minorTickPerMajorTick double

Properties

MinorTicksPerMajorTick

public double MinorTicksPerMajorTick { get; set; }

Property Value

double

Methods

GetMinorTicks(double[], CoordinateRange)

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

Parameters

majorTicks double[]
visibleRange CoordinateRange

Returns

IEnumerable<double>