Hide Comments
Hide Comments

Comments (0)

Defines the draw options to perform for each slice in a pie chart (TRSPieChart). This type is used by the protected DrawSlices method.
 

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TPieSliceOption = ( 
  soUseColor, 
  soDrawSlice, 
  soDrawText, 
  soDrawSelection); 
 

expandingMembers

 

Name

Description

public enummember

soDrawSelection

Draw selected pie slices with the SelectionColor .

public enummember

soDrawSlice

Draw the slice

public enummember

soDrawText

Paint the Captions

public enummember

soUseColor

Use the pie slice value color
 

Top

expandingSee Also

Reference

TRSPieChart

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb