Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BlipChart Class / ChartSpace Property


In This Topic
    ChartSpace Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ChartSpace As CT_ChartSpace
    'Usage
     
    
    Dim instance As BlipChart
    Dim value As CT_ChartSpace
     
    instance.ChartSpace = value
     
    value = instance.ChartSpace
    public CT_ChartSpace ChartSpace {get; set;}
    See Also