Class | Description | |
---|---|---|
BoldText | Class for processing bold font text given draw instructions and match strings. | |
ChartRender | The main C# rendering engine for the UltraChart. It takes the scene graph and renders each primitive into a Image object which will then get drawn into the component. | |
DrawInstruction | Class for draw instructions. | |
FontText | Class for processing font text given draw instructions and match strings. | |
IFGGraphics2D | IFGGraphics2D provides rendering services for 2D charts. | |
ItalicText | Class for processing italic font text given draw instructions and match strings. | |
StrikeText | Class for processing strikeout font text given draw instructions and match strings. | |
StringFormatParser | Class for parsing strings with inline formatting related to rendering. | |
SubscriptText | Class for processing subscript font text given draw instructions and match strings. | |
SuperscriptText | Class for processing superscript font text given draw instructions and match strings. | |
UnderlineText | Class for processing underlined font text given draw instructions and match strings. |
Interface | Description | |
---|---|---|
IProcessMatch | Interface for classes which process matches. |