Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make the axiscustomdivision text appear vertically

Does anyone know if it is possible to make the text of an AxisCustomDivision display vertically rather than horizontally?  In a similar vein, does anyone know how to make an Annotation display vertically, upward, *starting from the bottom of the plot*?  I can get an annotation to display vertically, upward, where the last character of the text is aligned to the top of the plot, but I cannot see how one could get an annotation to display vertically upward with the first char of the text aligned to the bottom of the plot...

Much thanks for any help,
Stephen
0 Kudos
Message 1 of 2
(3,056 Views)

Stephen,

 

For the Annotation placement, he can use the Annontation.CaptionAlignment property of the Annotation class. This property can be set to an AnnotationCaptionAlignment value. This value specifies how the caption is aligned in relation to the annotation or plot area boundary.

 

You can refer to the follow links in the Measurement Studio Help for more details:

 

ms-help://MS.VSCC.2003/NI.MeasurementStudio/NINETUI/html/NationalInstruments.UI.Annotation.CaptionAlignment.html

 

and

 

ms-help://MS.VSCC.2003/NI.MeasurementStudio/NINETUI/html/NationalInstruments.UI.AnnotationCaptionAlignment.html

 

As to your first question, I am not familiar with any way to have the AxisCustomDivision display vertically rather than horizontally. There does not appear to be any properties to implement this change.

 

Regards,

 

Eric

0 Kudos
Message 2 of 2
(3,042 Views)