Class GraphDisplay NamespaceDynamicweb.CoreUI.Displays.Widgets AssemblyDynamicweb.CoreUI.dll public sealed class GraphDisplay : DisplayBase<GraphDataSet> Inheritance object UiComponentBase DisplayBase DisplayBase<GraphDataSet> GraphDisplay Inherited Members DisplayBase<GraphDataSet>.Value object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Extension Methods ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) Properties GraphType public GraphType GraphType { get; set; } Property Value GraphType Height public int Height { get; set; } Property Value int HideSummary public bool HideSummary { get; set; } Property Value bool HideTotal public bool HideTotal { get; set; } Property Value bool Query public DataQueryBase? Query { get; set; } Property Value DataQueryBase Width public int Width { get; set; } Property Value int