This is a migrated thread and some comments may be shown as answers.

Diagram GraphPaper

1 Answer 94 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
B1SHQP
Top achievements
Rank 2
B1SHQP asked on 30 May 2012, 10:38 AM
Is it possible to place content, like a rectangle, on the graphpaper?

I want to be able to set some visual boundaries on the gridlines of the graphpaper and was wondering what is the best way to do this?

I want to have the rectangle as part of the graphpaper that cannot be interacted with.

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 30 May 2012, 11:12 AM
Hello Andrew,

 You can take a look at the following approach in our help. You can use grid as a container and place Image or Rectangle behind the Diagram like so:

<Grid>
       <Image Source="Images/Car.jpg" Stretch="Fill" />
       <telerik:RadDiagram x:Name="radDiagram"
I hope this will help you proceed further.

Greetings,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Diagram
Asked by
B1SHQP
Top achievements
Rank 2
Answers by
Petar Mladenov
Telerik team
Share this question
or