-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Zeilenumbruch in Achsenskalierung
- This topic has 2 replies, 2 voices, and was last updated 1 year, 9 months ago by Markus Janssen.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
February 3, 2023 at 10:53 am #35237Markus JanssenParticipant
Hallo,
kann man bei einer Achsenskalierung auch Zeilenumbrüche einfügen?
Es dreht sich bei mir um Kalenderzeit, ich möchte Datum und Uhrzeit untereinander anordnen.Grüße
February 8, 2023 at 8:36 am #35240Adrian GiurcaModeratorHi,
you can use the “Division labeling using a data series, signal or function”.
Create a formula newX that will return a data series filled with Date and Time separated by line breaks:
Dim xSig = YourSignal.X Dim sDate = Format("%.0(%x)", xSig) Dim sTime = Format("%.0(%X)", xSig) Dim newX = StringConcat(sDate, "\n ", sTime)
This newX will be used in your diagram -> Axes -> x Axis 1 -> Division Labeling -> Customize -> Division labeling using a data series, signal or function.
BR
February 10, 2023 at 8:48 am #35249Markus JanssenParticipantThx Adrian.
This worked for me. -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.