Visit Gigasoft's Web Site
 ProEssentials v9 Help

ShowYAxis

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PESA_ALL

.NET

PeGrid.Option.ShowYAxis

Ocx|Vcl

ShowYAxis

DLL

PEP_nSHOWYAXIS

 

Purpose

This property controls the style of y axis to display.

 

.NET Gigasoft.Enums.

ActiveX and

 

ShowAxis.

DLL Constants

Description

All

PESA_ALL (0)

Grid, Grid Numbers and Axis Labels

AxisLabels

PESA_AXISLABELS (1)

Grid and Axis Labels.

GridNumbers

PESA_GRIDNUMBERS (2)

Grid and Grid Numbers.

NoNumbersOrLabels

PESA_NONE (3)

Grid Only, no Grid Numbers or Axis Labels.

LabelOnly

PESA_LABELONLY(4)

Axis Labels Only, no Grid or Grid Numbers.

Empty

PESA_EMPTY(5)

Empty axis with No Grid, Grid Number, or Axis Labels.

 

Graph VCL Enumerations

eShowAxis = (gGridPlusAxisLabels, gAxisLabels, gGridLabels, gNoLabels, gAxisLabelsOnly, gEmpty);

 

Scientific Graph VCL Enumerations

eShowAxis = (sgGridPlusAxisLabels, sgAxisLabels, sgGridLabels, sgNoLabels, sgAxisLabelsOnly, sgEmpty);

 

3D Scientific Graph VCL Enumerations

eShowAxis = (tdGridPlusAxisLabels, tdAxisLabels, tdGridLabels, tdNoLabels, tdAxisLabelsOnly, tdEmpty);

 

Comments

PeGrid.Option.ShowYAxis members of Pego.PeGrid.Option, Pesgo.PeGrid.Option, Pe3do.PeGrid.Option, Pepso.PeGrid.Option

 

This property supports multi y axes and WorkingAxis can be used to control which y axis this property applies.

 

See Also, ShowRYAxis, ShowXAxis, ShowTXAxis, GridLineControl, YAxisLabel , AxisNumberSpacing, Chapter 6.