RepeatSymbols Property

The RepeatSymbols property returns or sets if the symbol table is restart with symbol one when the end of the symbol table is reached. Returns a Boolean.

Syntax

object.RepeatSymbols

object.RepeatSymbols = RepeatSymbols

 

Parameter Type Description
RepeatSymbols Boolean required, true to repeat symbols in table

 

Example

This example shows how to repeat the symbols in a symbol table for a line plot.

LinePlot.RepeatSymbols = True

 

Used by: AutoLinePlot object, AutoStiffPlot object, AutoTernaryPlot object, AutoVectorPlot object