Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Microsoft .Net
 Real-Time Graphics Tools for .Net (VB and C#)
 I use "chartLabel3.TextRotation = 90" but ...

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Sumin-Park Posted - 05 Feb 2009 : 21:16:32
good morning, today......

I use "chartLabel3.TextRotation = 90" but ...I dont Change the ChartText..
What is the problom?

I use WindowsMobile 6.0 . is this a problem?


Font theMarkerFont = new Font("Microsoft Sans Serif", 8, FontStyle.Bold);
ChartAttribute markAttrib1 = new ChartAttribute(Color.Yellow, 1, DashStyle.Solid, Color.Yellow);
Marker amarker1 = new Marker(pTransform1, ChartObj.MARKER_VLINE, x1[20], yAxis.AxisMin, yAxis.AxisMax, ChartObj.PHYSICAL_COORDINATES);
markAttrib1 = new ChartAttribute(Color.Yellow, 1, DashStyle.Solid, Color.Yellow);
amarker1.SetColor(Color.Gold);
amarker1.SetChartObjAttributes(markAttrib1);
this.AddChartObject(amarker1);

ChartText chartLabel3 = new ChartText(pTransform1, theMarkerFont, "Co57",
y2[10],
( yAxis.AxisMin+yAxis.AxisMax) / 2,
ChartObj.PHYS_POS);

chartLabel3.SetColor(Color.Yellow);
//chartLabel3.SetYJust(ChartObj.AXIS_CENTER);
chartLabel3.TextRotation = 90;
//chartLabel3.SetTextRotation(180);
chartVu.AddChartObject(chartLabel3);

f
2   L A T E S T    R E P L I E S    (Newest First)
Sumin-Park Posted - 05 Feb 2009 : 23:55:56
quote:
Originally posted by quinncurtis

You cannot rotate text under .Net CF. This is a limitation of .Net CF, not our software. This is stated many times in the manual. Rotated text is only supported under regular .Net.


thank you

f
quinncurtis Posted - 05 Feb 2009 : 23:39:26
You cannot rotate text under .Net CF. This is a limitation of .Net CF, not our software. This is stated many times in the manual. Rotated text is only supported under regular .Net.

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07