Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartFormat Interface / ThreeD Property


In This Topic
    ThreeD Property (IChartFormat)
    In This Topic
    Gets a GrapeCity.Spreadsheet.Drawing.IThreeDFormat object that contains 3D-effect formatting properties for the specified chart.
    Syntax
    'Declaration
     
    ReadOnly Property ThreeD As IThreeDFormat
    'Usage
     
    Dim instance As IChartFormat
    Dim value As IThreeDFormat
     
    value = instance.ThreeD
    IThreeDFormat ThreeD {get;}
    See Also