StiDoughnutAreaIndicatorGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiDoughnutAreaIndicatorGeom(RectangleF clientRectangle, string valueText, string titleText, IStiDoughnutAreaIndicator indicator)  

StiDoughnutAreaIndicatorGeom(clientRectangle: RectangleF, valueText: string, titleText: string, indicator: IStiDoughnutAreaIndicator)

Parameters

  • clientRectangle (RectangleF)
  • valueText (string)
  • titleText (string)
  • indicator (IStiDoughnutAreaIndicator)

Properties

Property Type Description
Indicator IStiDoughnutAreaIndicator  
TitleText string  
ValueText string  

Methods

Method Returns Description
Draw void Draws doughnut area indicator geom object on spefied context.
DrawText void  

Method Details

Draw

Draw(context: StiContext): void

Draws doughnut area indicator geom object on spefied context.

Parameters


DrawText

DrawText(context: StiContext, text: string, color: Color, rect: RectangleF, font: Font): void

Parameters

  • context (StiContext)
  • text (string)
  • color (Color)
  • rect (RectangleF)
  • font (Font)