Table of Contents

Class PieChartWidget

Namespace
AbanoubNassem.Trinity.Widgets
Assembly
AbanoubNassem.Trinity.dll

Represents a Pie Chart widget.

public class PieChartWidget : TrinityChartWidget<PieChartWidget>, ITrinityWidget, ITrinityComponent
Inheritance
PieChartWidget
Implements
Derived
Inherited Members

Properties

ComponentName

The component name in the front-end side.

public override string ComponentName { get; }

Property Value

string

HoverBackgroundColor

Gets or sets the hover background colors of the chart.

public object[]? HoverBackgroundColor { get; protected set; }

Property Value

object[]

Methods

SetHoverBackgroundColor(params object[])

Sets the hover background colors of the chart.

public PieChartWidget SetHoverBackgroundColor(params object[] colors)

Parameters

colors object[]

The colors to be set.

Returns

PieChartWidget

The current instance of the PieChartWidget class.