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


In This Topic
    IsChartEx Property
    In This Topic
    Gets or sets the chartEx of the BlipChart.
    Syntax
    'Declaration
     
    
    Public Property IsChartEx As Boolean
    'Usage
     
    
    Dim instance As BlipChart
    Dim value As Boolean
     
    instance.IsChartEx = value
     
    value = instance.IsChartEx
    public bool IsChartEx {get; set;}

    Property Value

    Chart Extenstion or not
    See Also