Visit Gigasoft's Web Site
 ProEssentials v9 Help

GraphAnnotationAxis

Scope

Pego, Pesgo

Type

Property Array of type Int32

Default

empty

.NET

PeAnnotation.Graph.Axis

Ocx|Vcl

GraphAnnotationAxis

DLL

PEP_naGRAPHANNOTATIONAXIS

 

Purpose

This property array is used to define which axis graph annotations are to be placed. These annotations are also located by the GraphAnnotationX and GraphAnnotationY properties.

 

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

 

Value

Description

0

First Y Axis

1

Second Y Axis

2

Third Y Axis

3

Fourth Y Axis

4

Fifth Y Axis

5

Sixth Y Axis

 

Comments

PeAnnotation.Graph.Axis members of Pego.PeAnnotation.Graph, Pesgo.PeAnnotation.Graph

 

This property is only used for multiple axis implementations. For information on multiple axes see MultiAxesSubsets. Do not use this property if not using MultiAxesSubsets.

 

See Also, GraphAnnotationX, GraphAnnotationY, GraphAnnotationType, PEP_szaGRAPHANNOTATIONTEXT, and GraphAnnotationColor. If you want to legend an annotation, see LegendAnnotationType.

 

Refer to Chapter 7, Question 18 for more information on multiple axes.

Refer to Chapter 7, Question 10 for more information on annotations.