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

In This Topic
    rowHeights Property (_PlotAreaLayoutOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property rowHeights As List(Of IValueOption)
    public List<IValueOption> rowHeights {get; set;}
    See Also