Visit Gigasoft's Web Site
 ProEssentials v9 Help

ShowTickMarkY

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PESS_NONE

.NET

PeGrid.Option.ShowTickMarkY

Ocx|Vcl

ShowTickMarkY

DLL

PEP_nSHOWTICKMARKY

 

Purpose

This property controls how tick marks are included for a y axis. Possible values are defined by the following constants:

 

.NET Gigasoft.Enums.

ActiveX and

 

ShowTickMarks.

DLL Constants

Description

TicksInside

PESTM_TICKS_INSIDE (0)

Ticks inside axis.

TicksOutside

PESTM_TICKS_OUTSIDE (1)

Ticks outside axis

TicksHide

PESTM_TICKS_HIDE (2)

Ticks not drawn.

 

VCL Enumerations

Replace the x prefix with either g(graph), sg(scientific graph), ps(polar/smith)

eShowTickMarks = (xTicksInside, xTicksOutside, xTicksHide);

 

Comments

PeGrid.Option.ShowTickMarkY members of Pego.PeGrid.Option, Pesgo.PeGrid.Option, Pepso.PeGrid.Option

 

WorkingAxis should be set before setting or getting this property if using MultiAxesSubsets.

 

See Also: ShowTickMarkX, ShowTickMarkRY, ShowTickMarkTX, WorkingAxis, GridLineControl