C# Class SmartQuant.Charting.Pie

Inheritance: IDrawable
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
Add ( double weight ) : void
Add ( double weight, string text ) : void
Add ( double weight, string text, Color color ) : void
Distance ( double x, double y ) : TDistance
Draw ( ) : void
Draw ( string option ) : void
Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void
Pie ( ) : System
Pie ( string name ) : System
Pie ( string name, string title ) : System

Private Methods

Méthode Description
CreatePalette ( Color lowColor, Color highColor, int nColors ) : Color[]
CreateRainbowPalette ( ) : Color[]
MakeLegend ( ) : void

Method Details

Add() public méthode

public Add ( double weight ) : void
weight double
Résultat void

Add() public méthode

public Add ( double weight, string text ) : void
weight double
text string
Résultat void

Add() public méthode

public Add ( double weight, string text, Color color ) : void
weight double
text string
color Color
Résultat void

Distance() public méthode

public Distance ( double x, double y ) : TDistance
x double
y double
Résultat TDistance

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

public Draw ( string option ) : void
option string
Résultat void

Paint() public méthode

public Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void
pad Pad
xMin double
xMax double
yMin double
yMax double
Résultat void

Pie() public méthode

public Pie ( ) : System
Résultat System

Pie() public méthode

public Pie ( string name ) : System
name string
Résultat System

Pie() public méthode

public Pie ( string name, string title ) : System
name string
title string
Résultat System