Visit Gigasoft's Web Site
 ProEssentials v9 Help

ShowRYAxis

Scope

Pego, Pesgo

Type

Int32

Default

PESA_ALL

.NET

PeGrid.Option.ShowRYAxis

Ocx|Vcl

ShowRYAxis

DLL

PEP_nSHOWRYAXIS

 

Purpose

This property controls the style of right 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 and Grid Numbers.

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);

 

Comments

PeGrid.Option.ShowRYAxis members of Pego.PeGrid.Option, Pesgo.PeGrid.Option

 

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

 

See Also, ShowYAxis, ShowXAxis, ShowTXAxis, GridLineControl, RYAxisLabel

 

See Chapter 6.