Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NOrdinalScaleLabelTextProvider Class / m_Texts Field


In This Topic
    m_Texts Field
    In This Topic
    The column names to import.
    Syntax
    'Declaration
     
    
    Protected m_Texts As NDomArray(Of String)
    'Usage
     
    
    Dim instance As NOrdinalScaleLabelTextProvider
    Dim value As NDomArray(Of String)
     
    value = instance.m_Texts
     
    instance.m_Texts = value
    protected NDomArray<string> m_Texts
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also