Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

How do we draw a leader with arrow? #375

Answered by gojanpaolo
gojanpaolo asked this question in Q&A
Discussion options

You must be logged in to vote

In our case/scale, the arrows are very small by default. We did the following to increase the arrow size

var dimensionStyle = DimensionStyle.Iso25; // we can't get to increase the arrow size with DImensionStyle.Default
dimenstionStyle.ArrowSize = 70; // increasing this further, e.g. 75, makes the arrow smaller/not visible
... new Leader(..., dimensionStyle);

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@gojanpaolo
Comment options

@gojanpaolo
Comment options

@gojanpaolo
Comment options

@gojanpaolo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by gojanpaolo
Comment options

You must be logged in to vote
2 replies
@gojanpaolo
Comment options

@langxueya
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants