Table of Contents

Class GraphDisplay

Namespace
Dynamicweb.CoreUI.Displays.Widgets
Assembly
Dynamicweb.CoreUI.dll
public sealed class GraphDisplay : DisplayBase<GraphDataSet>
Inheritance
GraphDisplay
Inherited Members
Extension Methods

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
To top