API Reference
Class
VisualCanvasTextLayer
Plain text layer.
Inheritance
- Object
- VisualCanvasTextLayer
Constructors
VisualCanvasTextLayer(System.Double x, System.Double y, System.Double width, System.String text, System.Double fontSize, ChartForgeX.Primitives.ChartColor color) #Initializes a plain text layer.
Parameters
- x System.Double
- The text X coordinate.
- y System.Double
- The text Y coordinate.
- width System.Double
- The text width used for alignment and clipping.
- text System.String
- The text to render.
- fontSize System.Double
- The font size.
- color ChartForgeX.Primitives.ChartColor
- The text color.