Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Chart > Dynamic Series

Not answered Dynamic Series

Feed from this thread
  • Troy Demet avatar

    Posted on Sep 16, 2011 (permalink)

    Is there a way to create dynamic series.
    Public Class ChartData
           Public Property Errors() As IList(Of TypeInfo)
           ''' <summary>
           ''' Gets or sets the date string.
           ''' </summary>
           ''' <value>The date string.</value>
           Public Property DateString() As String
     
           Public Sub New()
               Errors = New List(Of TypeInfo)
           End Sub
       End Class
     
     
       Public Class TypeInfo
           ''' <summary>
           ''' Gets or sets the type of the error.
           ''' </summary>
           ''' <value>The type of the error.</value>
           Public Property ErrorType() As String
           ''' <summary>
           ''' Gets or sets the total.
           ''' </summary>
           ''' <value>The total.</value>
           Public Property Total() As Integer
       End Class


    So I will have an object with a date and a list of objects with the ErrorType and the Total of that error for the day.I  want to have a line for each error type plotted for a daily count.

    Reply

  • mahmoud avatar

    Posted on Jan 21, 2012 (permalink)

    The same problem. any solution?

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Chart > Dynamic Series
Related resources for "Dynamic Series"

ASP.NET MVC Chart Features  |  Documentation  |  Demos  |  Telerik TV ]