Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartTitle Interface / IncludeInLayout Property


In This Topic
    IncludeInLayout Property (IChartTitle)
    In This Topic
    Gets or sets a value indicating whether the title will occupy the chart layout space when a chart layout is being determined.
    Syntax
    'Declaration
     
    Property IncludeInLayout As Boolean
    'Usage
     
    Dim instance As IChartTitle
    Dim value As Boolean
     
    instance.IncludeInLayout = value
     
    value = instance.IncludeInLayout
    bool IncludeInLayout {get; set;}
    See Also