StartAt Property

The StartAt property controls the tick mark start value or where to start the arc in wind charts. Returns a Double.

Syntax

object.StartAt

object.StartAt = StartAt

 

Parameter Type Description
StartAt Double required, first tick value or arc value

 

Remarks

For tick marks, set the StartAtAuto Property to false before using this command.  

Example 1

This example shows how to set the value for the first tick mark to start at 7.

TickMarks.StartAt = 7

Example 2

This example shows how to set the beginning value for wind chart automatic bins.

WindChart.StartAt = 22.5

 

Used by: AutoAxisTickMarks object, AutoWindChart Object