Do you have any sample implementing standard flow chart symbols? I am looking for the "Delay" symbol.
Regards
Prem
Hi Prem,
Requirement: Need a sample to implement a standard flow chart with delay symbol.
We have created a simple sample for flow chart layout using delay symbol.
Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/FlowChartDiagramWinForms-1207518194
Regards,
Deepa Thiruppathy
Note: If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.
Thank you very much for the sample.
Looks like you are importing the tools from EDP file.
I am directly deriving my delay node from class ClosedCurveNode. How to make the tool look like Delay flowchart symbol. I wish to know the appropriate node class for that.
,
[Serializable()]
[TypeConverter(typeof(TDActivitySymbolProperties))]
public class TDActivityWaitSymbol : ClosedCurveNode, ITDActionSymbol
{
}
Best regards
Prem
Do you have a sample for custom tool derived from FilledPath class.
Thanks
Prem
Hi Prem,
Requirement: Need FilledPath class for Delay shape
We have created the Delay shape using the FilledPath class by loading GraphicsData from our built-in palette option. In a similar way, you can create the required symbol by adding a custom PathData to the FilledPath object. Please find the sample link as below,
Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Winforms_Diagram1190547116
Regards,
Deepa Thiruppathy
Thank you
Regards
Prem
You're welcome! please get back to us for further assistance.