C# Class PdfRpt.VectorCharts.PieChartSegment

Represents a PieChart's segment data
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PieChartSegment ( ) : System.Collections.Generic

ctor.

PieChartSegment ( double value, BaseColor color, string label ) : System.Collections.Generic

ctor.

PieChartSegment ( double value, System color, string label ) : System.Collections.Generic

ctor.

Method Details

PieChartSegment() public méthode

ctor.
public PieChartSegment ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PieChartSegment() public méthode

ctor.
public PieChartSegment ( double value, BaseColor color, string label ) : System.Collections.Generic
value double Value of the chart's segment.
color iTextSharp.text.BaseColor Color of the segment.
label string Label of the segment.
Résultat System.Collections.Generic

PieChartSegment() public méthode

ctor.
public PieChartSegment ( double value, System color, string label ) : System.Collections.Generic
value double Value of the chart's segment.
color System Color of the segment.
label string Label of the segment.
Résultat System.Collections.Generic