2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / ShowProperties Method / ShowProperties() Method

In This Topic
    ShowProperties() Method
    In This Topic
    Raises the chart properties dialog at runtime.
    Syntax
    'Declaration
     
    Public Overloads Function ShowProperties() As System.Windows.Forms.DialogResult
    public System.Windows.Forms.DialogResult ShowProperties()

    Return Value

    DialogResult
    Remarks
    The properties dialog allows modification of the chart properties, including data, at runtime. All available properties are displayed on multiple tabs.
    See Also