Visit Gigasoft's Web Site
 ProEssentials v9 Help

LegendAnnotationAxis

Scope

Pego, Pesgo

Type

Property Array of type Int32

Default

empty

.NET

PeLegend.AnnotationAxis

Ocx|Vcl

LegendAnnotationAxis

DLL

PEP_naLEGENDANNOTATIONAXIS

 

Purpose

This property array is used to relate legend annotations to their corresponding axis. If the axis is not currently being show, the appropriate annotations will also remove themselves.

 

Since there is a maximum of 6 axes, valid values for this property are from 0 to 5.

 

.NET Gigasoft.Enums.

ActiveX and

 

MultiAxis.

DLL Constants

Description

Axis0

0

First Y Axis

Axis1

1

Second Y Axis

Axis2

2

Third Y Axis.

Axis3

3

Fourth Y Axis

Axis4

4

Fifth Y Axis

Axis5

5

Sixth Y Axis

 

Comments

PeLegend.AnnotationAxis members of Pego.PeLegend, Pesgo.PeLegend

 

This property is only used for multiple axis implementations. For information on multiple axes see MultiAxesSubsets. Also see Chapter 7, Question 18.

 

See Also: LegendAnnotationType, PEP_szaLEGENDANNOTATIONTEXT, and LegendAnnotationColor.

 

Legend annotations are only shown when ShowAnnotations is equal to TRUE.

 

See LegendAnnotationType to see example code.