2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar Class / ScaleMenu Property

In This Topic
    ScaleMenu Property
    In This Topic
    Gets or sets the custom context menu that will be shown when user clicks on scale button.
    Syntax
    'Declaration
     
    Public Property ScaleMenu As System.Windows.Forms.ContextMenuStrip
    public System.Windows.Forms.ContextMenuStrip ScaleMenu {get; set;}
    See Also