You are here: Symbol Reference > Stimulsoft.Base.Indicator Namespace > StiGraphicsPathIndicatorGeom Class > StiGraphicsPathIndicatorGeom Methods
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiGraphicsPathIndicatorGeom Methods

The methods of the StiGraphicsPathIndicatorGeom class are listed here.

 
Name 
Description 
 
public void AddGraphicsPathArcGaugeGeom(float x, float y, float width, float height, float startAngle, float sweepAngle) { if (width > 0 && height > 0) this.geoms.Add(new StiGraphicsPathArcGaugeGeom(x, y, width, height, startAngle, sweepAngle)); 
 
This is AddGraphicsPathLinesGaugeGeom, a member of class StiGraphicsPathIndicatorGeom. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.