Hi
Elizebath,
We
have analysed your query regarding customize type of connector while databinding.
We can change the connector type by using property named ConnectorType under
diagram page, which in turn found under diagram view. This will set the default
connector type for diagram control.
Code
Snippet:
DiagramView diagramview=new DiagramView();
(diagramview.Page as DiagramPage).ConnectorType = ConnectorType.Straight;
Please
let us know if you require further assist on this.
Regards,
Parthiban
A.