SmartQuant.Charting.TLegend.Add C# (CSharp) Méthode

Add() public méthode

public Add ( TLegendItem item ) : void
item TLegendItem
Résultat void
        public void Add(TLegendItem item) => Items.Add(item);

Same methods

TLegend::Add ( string text, Color color ) : void
TLegend::Add ( string text, Color color, Font font ) : void