C# Class PdfRpt.VectorCharts.PieChartSegment

Represents a PieChart's segment data
Exibir arquivo Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

ctor.
public PieChartSegment ( ) : System.Collections.Generic
return System.Collections.Generic

PieChartSegment() public method

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.
return System.Collections.Generic

PieChartSegment() public method

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.
return System.Collections.Generic