Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / CeilAppearance Property


In This Topic
    CeilAppearance Property
    In This Topic
    Gets or sets the ceil appearance of the surface chart.
    Syntax
    'Declaration
     
    Public Property CeilAppearance As PlaneAppearance
    'Usage
     
    Dim instance As SpreadSurfaceChart
    Dim value As PlaneAppearance
     
    instance.CeilAppearance = value
     
    value = instance.CeilAppearance
    public PlaneAppearance CeilAppearance {get; set;}

    Property Value

    The ceil appearance of the surface chart.
    See Also