ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _PlotConfigOption Class / tooltip Property

In This Topic
    tooltip Property (_PlotConfigOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property tooltip As List(Of IPlotConfigTooltipOption)
    public List<IPlotConfigTooltipOption> tooltip {get; set;}
    See Also