Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / chart Field


In This Topic
    chart Field
    In This Topic
    Fpchart control which can be used to fire events when executing actions.
    Syntax
    'Declaration
     
    
    Protected chart As FpChart
    'Usage
     
    
    Dim instance As UndoRedoManager
    Dim value As FpChart
     
    value = instance.chart
     
    instance.chart = value
    protected FpChart chart
    See Also