Table of Contents

Interface IFinancialTickGenerator

Namespace
ScottPlot
Assembly
ScottPlot.dll
public interface IFinancialTickGenerator
Extension Methods

Methods

GetTicks(DateTime[], int, int)

List<(int, string)> GetTicks(DateTime[] DateTimes, int minIndexInView, int maxIndexInView)

Parameters

DateTimes DateTime[]
minIndexInView int
maxIndexInView int

Returns

List<(int, string)>