How can i make line in excel (use aspose)

Last post 09-22-2011, 12:11 AM by mshakeel.faiz. 1 replies.
Sort Posts: Previous Next
  •  09-21-2011, 8:01 PM 331068

    How can i make line in excel (use aspose) .NET

    Attachment: Present (inaccessible)

    how can i make line or curve in excel

    i have to make graph as use line or curve

    sheet.Shapes.AddLine(16, 16, 6, 0, 0, 65);
    sheet.Shapes.AddLine(17, 16, 6, 2, 10, 65);
    sheet.Shapes.AddLine(18, 16, 6, 2, -10, 65);

    a line isn't rise

    please help me

     

     
  •  09-22-2011, 12:11 AM 331081 in reply to 331068

    Re: How can i make line in excel (use aspose)

    Hi,

    If you want to add a curve, then you should use the Worksheet.Shapes.AddArc() method.

    Many Thanks and Kind Regards,

    Shakeel Faiz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
View as RSS news feed in XML