C# Класс PdfRpt.VectorCharts.PieChartSegment

Represents a PieChart's segment data
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

PieChartSegment() публичный Метод

ctor.
public PieChartSegment ( ) : System.Collections.Generic
Результат System.Collections.Generic

PieChartSegment() публичный Метод

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.
Результат System.Collections.Generic

PieChartSegment() публичный Метод

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.
Результат System.Collections.Generic