You are here: Symbol Reference > Stimulsoft.Base.Indicator Namespace > StiGraphicsPathIndicatorGeom Class > StiGraphicsPathIndicatorGeom Methods > AddGraphicsPathCloseFigureGaugeGeom Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiGraphicsPathIndicatorGeom.AddGraphicsPathCloseFigureGaugeGeom Method
Syntax
C++
C#
Visual Basic
public: void AddGraphicsPathCloseFigureGaugeGeom();

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));

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.