ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRenderEngine Interface

In This Topic
    IRenderEngine Interface Methods
    In This Topic

    For a list of all members of this type, see IRenderEngine members.

    Public Methods
     NameDescription
     MethodDraw ellipse with currect stroke and fill.  
     MethodDraw image using special source.  
     MethodDraw line between two points using current stroke attributes.  
     MethodDraw lines using specified coordinates.  
     MethodDraw polygon with currect stroke and fill.  
     MethodDraw rectangle with currect stroke and fill.  
     MethodOverloaded. Draw string at specified position.  
     MethodDraw rotated string at specified position.  
     MethodOverloaded. Measures size of string.  
     MethodSets clip rectangle.  
     MethodSets the fill brush.  
     MethodSets the font.  
     MethodChanges the brush opacity.  
     MethodSets the current stroke brush.  
     MethodSets the stroke pattern.  
     MethodSets the stroke thickness.  
    Top
    See Also