Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / GridDataSeries Class
Members


In This Topic
    GridDataSeries Class
    In This Topic
    Represents series with data defined on rectangular grid.
    Object Model
    GridDataSeries Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class GridDataSeries 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As GridDataSeries
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class GridDataSeries : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart3D.GridDataSeries

    See Also