The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ARAravind Ravi Syncfusion Team October 14, 2020 12:06 PM UTC
Hi Arul,
By using the annotation’s margin property we can able to adjust the annotation position on the connector. To render the annotation’s above the connector set the margin bottom as 10. Please refer to the below code snippet and screenshot
{
id: 'connector1',
type: 'Straight',
sourcePoint: { x: 100, y: 100 },
targetPoint: { x: 300, y: 100 },
annotations: [{
content: 'Connector1', margin: { bottom: 10}
}]
},
Yes, we have support for the text node in our diagram control. To render text node in diagram, please refer to below UG documentation link