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

Add() public méthode

public Add ( double weight ) : void
weight double
Résultat void
        public void Add(double weight) => Pieces.Add(new TPieItem(weight, "", Color.Empty));

Same methods

Pie::Add ( double weight, string text ) : void
Pie::Add ( double weight, string text, Color color ) : void