Label.SetMarkerStyle

Hi! I’m new to Dynamo.

I’m creating a graph that put Profile View labels (Station Elevation) along a profile and I’m trying to set the marker style for these labels.

So far, I can just apply the marker style once the label are created and I have to run the graph twice to do so.

Is there a way to set the marker style before the label are created (with Dynamo)?

Thank you and sorry for my bad english.

Labels_Station-Elevation_to_Profil.dyn (48.3 KB)

I change ProfileViewLabel.CreateStationElevationLabel for ProfileViewStationElevationLabel.ByStationElevation and it work.

Case closed.

Hi @Simon_a_QC , Welcome to Dynamo Forum!

Glad to see that you’ve solved it.