StiDoughnutAreaIndicatorValue Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Implements: IStiDoughnutAreaIndicatorValue

Constructors

Constructor Description
StiDoughnutAreaIndicatorValue()  
StiDoughnutAreaIndicatorValue(string value, Color color)  

StiDoughnutAreaIndicatorValue()


StiDoughnutAreaIndicatorValue(value: string, color: Color)

Parameters

  • value (string)
  • color (Color)

Properties

Property Type Description
Color Color  
ParentComponent StiComponent  
Value string  

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
GetColor Color  
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

Clone

Clone(): object

Creates a new object that is a copy of the current instance.

Returns object — A new object that is a copy of this instance.


GetColor

GetColor(): Color

Returns Color


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject