StiCircleProgressVisual Class

Namespace: Stimulsoft.Dashboard.Visuals.Progress

This is a base class to work with the circle-progress element visualization.

Inheritance

Inherits from: StiPieProgressVisual

Constructors

Constructor Description
StiCircleProgressVisual(StiProgressElement element, List<StiProgressIteration> iterations)  

StiCircleProgressVisual(element: StiProgressElement, iterations: List<StiProgressIteration>)

Parameters

Methods

Method Returns Description
Draw void Draws a visual object on specified context and at specified location.
GetPoint PointF  

Method Details

Draw

Draw(context: StiContext, rectMain: RectangleF): void

Draws a visual object on specified context and at specified location.

Parameters


GetPoint

GetPoint(centerPie: PointF, radius: float, angle: float): PointF

Parameters

  • centerPie (PointF)
  • radius (float)
  • angle (float)

Returns PointF