Table of Contents

TPieChartOptions.IsDoughnut Property

Returns true if the chart is a doughnut chart instead of a pie chart. In xls charts, a pie chart is just defined as DoughnutRadius = 0, but in xlsx you can have doughnut charts with DoughnutRadius = 0.

Syntax

Namespace: FlexCel.Core

public Boolean IsDoughnut { get; set; }

See also