Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartShapeBase Class
Members


In This Topic
    SpreadChartShapeBase Class
    In This Topic
    Represents the base chart and shape implementation.
    Object Model
    SpreadChartShapeBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class SpreadChartShapeBase 
       Inherits FloatingObject
       Implements IFloatingObjectIThemeContextSupport 
    'Usage
     
    Dim instance As SpreadChartShapeBase
    public abstract class SpreadChartShapeBase : FloatingObject, IFloatingObjectIThemeContextSupport  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.Data.FloatingObject
          GrapeCity.Windows.SpreadSheet.Data.SpreadChartShapeBase
             GrapeCity.Windows.SpreadSheet.Data.Picture
             GrapeCity.Windows.SpreadSheet.Data.SpreadChartBase

    See Also