Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

Returns a CategoryAxis object representing the chart's

category

values

on

the

Z

axis.

{excerpt} {signature:C#}

Signature
C#
C#
public CategoryAxis ZCategoryAxis{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property ZCategoryAxis() As CategoryAxis
{signature}
{remarks}
In 
Remarks

In excel,

this

axis

line

can

be

accessed

and

manipulated

by

going

to

*

"Chart

Tools"

\

->"Layout"

\

->"Axes"

\

->"Depth

Axis"

*

.

The

Z

Category

Axis

is

also

known

as

the

series

axis

in

some

cases.

This

property

is

never

null

and

the

returned

object

can

always

be

modified.

But

changes

made

to

this

property

will

only

be

reflected

in

the

resulting

file

if

the

chart

type

is

an

Area3D,

Column3D,

Line3D

or

the

chart

is

any

kind

of

surface

chart.

By

default,

the

ZCategoryAxis

will

point

to

an

object

that's

flagged

as

visible

and

has

all

the

default

axis

settings.

{

Note
}

This

is

not

the

case

in

biff.

By

default,

the

ZCategoryAxis

object

will

inherit

the

properties

of

the

Chart

Axis

Group

for

all

chart

types

that

don't

support

it.

{note} {remarks}