in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » array (RSS)

Browse by Tags

  • Re: How do you PLOT Data from an array on XY chart?

    To load an array as the datapoints you would do something like this: C1Chart1.Reset() C1Chart1.ChartGroups(0).ChartData.SeriesList.AddNewSeries() Dim arr(3) As PointF arr(0) = New PointF(2, 5) arr(1) = New PointF(4, 3) arr(2) = New PointF(6, 8) arr(3) = New PointF(7, 1) C1Chart1.ChartGroups(0).ChartData...
    Posted to Chart for .NET (Forum) by C1_GregL on 06-11-2008
    Filed under: C1Chart, array
  • RenderLine build array

    How do I create a RenderLine array? I have found this sample: Dim line() As RenderLine = {(New RenderLine), (New RenderLine)} but what if the array has x elements one time and y another? Regards, Dale
    Posted to Preview for .NET (Forum) by DaleBartlett on 04-13-2008
    Filed under: C1PrintPreview, RenderLine, array
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.