Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabel Interface / Format Property


In This Topic
    Format Property (IDataLabel)
    In This Topic
    Gets the IChartFormat object.
    Syntax
    'Declaration
     
    ReadOnly Property Format As IChartFormat
    'Usage
     
    Dim instance As IDataLabel
    Dim value As IChartFormat
     
    value = instance.Format
    IChartFormat Format {get;}
    See Also