I'M trying to draw a dotted line between two points. The problem currently i'm facing is none of the overloads help me to understand the line draw methods.
currently there is a method named
public override void DrawConnectorLine(CGContext context, double startX, double startY, double endX, double endY, UIColor lineColor, int index)
{
base.DrawConnectorLine(context, startX, startY, endX, endY, lineColor, index);
}
this is not getting fired when the graph is drawn.
Can you please guide me on which override can specifically use to understand the path that is drawn.
Attachment:
Screen_Shot_20180302_at_2.04.39_PM_a5535dcb.zip