Struct LinePattern
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public readonly struct LinePattern
- Inherited Members
-
- Extension Methods
-
Constructors
LinePattern(float[], float, string)
public LinePattern(float[] intervals, float phase, string name)
Parameters
intervals
float[]
phase
float
name
string
Properties
Dashed
public static LinePattern Dashed { get; }
Property Value
- LinePattern
DenselyDashed
public static LinePattern DenselyDashed { get; }
Property Value
- LinePattern
Dotted
public static LinePattern Dotted { get; }
Property Value
- LinePattern
Intervals
public float[] Intervals { get; }
Property Value
- float[]
Name
public string Name { get; }
Property Value
- string
Phase
public float Phase { get; }
Property Value
- float
Solid
public static LinePattern Solid { get; }
Property Value
- LinePattern
Methods
GetAllPatterns()
public static LinePattern[] GetAllPatterns()
Returns
- LinePattern[]
GetPathEffect()
public SKPathEffect GetPathEffect()
Returns
- SKPathEffect