Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartTitle Interface / Position Property


In This Topic
    Position Property (IChartTitle)
    In This Topic
    Gets or sets the position of the title on the chart.
    Syntax
    'Declaration
     
    
    Property Position As ChartElementPosition
    'Usage
     
    
    Dim instance As IChartTitle
    Dim value As ChartElementPosition
     
    instance.Position = value
     
    value = instance.Position
    ChartElementPosition Position {get; set;}
    See Also