Jump to content
Software FX Community

Gauge Customization By Code


Grorange

Recommended Posts

Under special circumstances, we need to be able to create a gauge using strictly code.  I am trying to instantiate a new gauge and set all the options manually, then use RenderToStream() to send it to an image file.

How can I add an indicator to the gauge?  I tried multiple things but failed.  The Indicator class is abstract, so I can't just instantiate a class of that type.

Thanks in advance, Grorange

Link to comment
Share on other sites

Apologies for the lack of docs, I will pass this information to the appropriate team so that we can fix it for future installers/versions.

Note that Marker also derives from Indicator so you can also add those if needed. This is the reason why Indicator is abstract.

 JuanC

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...