Function PolylineWithSymbol.PolylineWithSymbol

PolylineWithSymbol (SymbolDecoration symbol, float symbolSize, float symbolPadding, float symbolSpacing, bool reverseSymbols=…)

Create a new polyline with symbol generator.

Public
PolylineWithSymbol (

SymbolDecoration

symbol

The symbol to use

float

symbolSize

The size of the symbol. In case of a circle, this is the diameter.

float

symbolPadding

The padding on both sides of the symbol between the symbol and the line.

float

symbolSpacing

The spacing between symbols. This is the distance between the centers of the symbols.

bool

reverseSymbols=false

If true, the symbols will be reversed. For cicles this has no effect, but arrowhead symbols will be reversed.

)

Create a new polyline with symbol generator.