ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / Save Method / Save(String) Method

In This Topic
    Save(String) Method
    In This Topic
    Saves a Gauge definition into an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As System.String _
    ) 
    public void Save( 
       System.string fileName
    )

    Parameters

    fileName
    See Also