Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
PieChartSegment ( ) : System.Collections.Generic |
ctor.
|
|
PieChartSegment ( double value, |
ctor.
|
|
PieChartSegment ( double value, System color, string label ) : System.Collections.Generic |
ctor.
|
public PieChartSegment ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public PieChartSegment ( double value, |
||
value | double | Value of the chart's segment. |
color | Color of the segment. | |
label | string | Label of the segment. |
Результат | System.Collections.Generic |
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 |