Jump to content
Software FX Community

Filling the label in X-Axis


User (Legacy)

Recommended Posts

no, let me give you a little description on my data first :

I have a cube interface that look like this :

Horizontal

Dimension

Periode

1999

Vertikal Dimension Terdaftar -> this is

fact

Fakultas Jurusan

Ilmu Komputer Teknik Informatika 500 - > this is data point, I

insert this data

Ilmu Komputer Sistem Informasi 700 - > this is data point, I

insert this data

in chart , the label X - Axis should be like this

-----|-----|----------- - > X - axis

A B

C

A : Teknik Informatika

B : Sistem Informasi

C : Ilmu Komputer

chart.Axis(AXIS_X).LabelAngle = 90 - > I had already know to use it, but for

the above condition, i have problem to implement it...

If my explanation is still unclear, just tell me. FYI, i use CounterCube

Component to represent my data.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:ezWyMg5RFHA.2904@webserver3.softwarefx.com...

> You can achieve X-Axis vertical labels by doing:

>

> chart.Axis(AXIS_X).LabelAngle = 90

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...