SetProperties

The SetProperties method allows all properties of a marker to be set in a single cell.

Syntax

object.SetProperties( index, set, size, color, lineColor, noFill )

 

Parameter Type Description
index Short required, index of symbol
set String required, name of symbol set
size Double required, size in points or page units
color Long required, color of symbol (grfColor)
lineColor Variant optional, color of line (grfColor)
noFill Variant optional, true to not draw the symbol fill (default = false)

 

Example

This example shows how to set all of the symbol properties for the second class in a class scatter plot.

ClassScatterPlot1.ClassSymbol(2).SetProperties(34,"GSI Default Symbols",0.1,grfColorBlack,grfColorBlack,False)

 

Used by: AutoMarker object