C# Class SmartQuant.Charting.TTitle

Show file Open project: fastquant/fastquant.dll

Public Methods

Method Description
Add ( string text, Color color ) : void
Paint ( ) : void
TTitle ( Pad pad, string text = "" ) : System

Private Methods

Method Description
GetText ( ) : string

Method Details

Add() public method

public Add ( string text, Color color ) : void
text string
color Color
return void

Paint() public method

public Paint ( ) : void
return void

TTitle() public method

public TTitle ( Pad pad, string text = "" ) : System
pad Pad
text string
return System