Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
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,