ComponentOne FinancialChart for WPF
SetFont Method



C1.Chart Namespace > IRenderEngine Interface : SetFont Method
Native font object.
Sets the font.
Syntax
'Declaration
 
Sub SetFont( _
   ByVal font As Object _
) 
'Usage
 
Dim instance As IRenderEngine
Dim font As Object
 
instance.SetFont(font)
void SetFont( 
   object font
)
void SetFont( 
   Object^ font
) 

Parameters

font
Native font object.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members