Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / AdjustStringFormat Method
String format


In This Topic
    AdjustStringFormat Method (ChartShape)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub AdjustStringFormat( _
       ByRef fmt As StringFormat _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim fmt As StringFormat
     
    instance.AdjustStringFormat(fmt)
    protected override void AdjustStringFormat( 
       ref StringFormat fmt
    )

    Parameters

    fmt
    String format
    See Also