Table of Contents

Method DrawAxisLine

Namespace
Terminal.Gui.Graphs
Assembly
Terminal.Gui.dll

DrawAxisLine(GraphView)

Draws the solid line of the axis

public abstract void DrawAxisLine(GraphView graph)

Parameters

graph GraphView

DrawAxisLine(GraphView, int, int)

Draws a single cell of the solid line of the axis

protected abstract void DrawAxisLine(GraphView graph, int x, int y)

Parameters

graph GraphView
x int
y int