<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="13.6.1" />

Relativity.Services.PivotProfile.DashboardWidget

public class DashboardWidget
Base class for dashboard widgets.
public int Height { get; set; }

Gets or sets the height ot the widget.

public int Left { get; set; }

Gets or sets the left position of the widget.

public int Top { get; set; }

Gets or sets the top position of the widget.

public int Width { get; set; }

Gets or sets the width of the widget.

public DashboardWidget()