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
LinePattern
LinePattern LinePattern { get; set; }
Property Value
LineStyle
LineStyle LineStyle { get; set; }
Property Value
LineWidth
float LineWidth { get; set; }