Table of Contents

Interface IHasLine

Namespace
ScottPlot
Assembly
ScottPlot.dll

Classes with a LineStyle can implement this to guide addition of standard shortcuts to its most commonly used properties.

public interface IHasLine
Extension Methods

Properties

LineColor

Color LineColor { get; set; }

Property Value

Color

LinePattern

LinePattern LinePattern { get; set; }

Property Value

LinePattern

LineStyle

LineStyle LineStyle { get; set; }

Property Value

LineStyle

LineWidth

float LineWidth { get; set; }

Property Value

float