Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChart Interface / SupportCrossAxis Method


In This Topic
    SupportCrossAxis Method
    In This Topic
    Indicates whether the component support corss axis.
    Syntax
    'Declaration
     
    
    Function SupportCrossAxis() As Boolean
    'Usage
     
    
    Dim instance As IExcelChart
    Dim value As Boolean
     
    value = instance.SupportCrossAxis()
    bool SupportCrossAxis()
    See Also