Table of Contents

Class MarkerShapeExtensions

Namespace
ScottPlot
Assembly
ScottPlot.dll
public static class MarkerShapeExtensions
Inheritance
MarkerShapeExtensions
Inherited Members

Methods

GetMarker(MarkerShape)

Get the marker object for a standard marker shape

public static IMarker GetMarker(this MarkerShape shape)

Parameters

shape MarkerShape

Returns

IMarker

IsLineOnly(MarkerShape)

Used to determine whether a color passed into a LineStyle constructor will be treated as line color or fill color.

public static bool IsLineOnly(this MarkerShape shape)

Parameters

shape MarkerShape

Returns

bool