Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeUndoAction Class / oldChartTitleOverLay Field


In This Topic
    oldChartTitleOverLay Field
    In This Topic
    The object to be store chart title Overlay state.
    Syntax
    'Declaration
     
    
    Protected oldChartTitleOverLay As Boolean
    'Usage
     
    
    Dim instance As MoveResizeUndoAction
    Dim value As Boolean
     
    value = instance.oldChartTitleOverLay
     
    instance.oldChartTitleOverLay = value
    protected bool oldChartTitleOverLay
    See Also