Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hello Andrew,
In the diagram lines are called connections. For example
<
telerik:RadDiagram
ID
=
"theDiagram"
runat
"server"
Width
"600px"
Height
"430px"
>
ShapesCollection
telerik:DiagramShape
Id
"shape1"
X
"300"
Y
"20"
"70"
ContentSettings
Text
"Anna"
Color
"#fff"
/>
</
"shape2"
"400"
"40"
"120"
"Rene"
ConnectionsCollection
telerik:DiagramConnection
FromSettings
ShapeId
ToSettings
You can see how to further customize their appearance here: http://demos.telerik.com/aspnet-ajax/diagram/examples/customizingelements/defaultcs.aspx.
The shapes are not limited to 20px size, however, and you can reduce them further if you want, e.g.:
"10"
An alternative would be to use the shape visuals and create your own shapes from scratch, as explained here: http://docs.telerik.com/devtools/aspnet-ajax/controls/diagram/functionality/shape-templates. Regards,