Table of Contents

Class LogDecadeMinorTickGenerator

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

Properties

TicksPerDecade

public int TicksPerDecade { get; set; }

Property Value

int

Methods

GetMinorTicks(double[], CoordinateRange)

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

Parameters

majorPositions double[]
visibleRange CoordinateRange

Returns

IEnumerable<double>