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


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