In This Article

IPieSliceStyleSelector Interface

Provides the base requirements for a class that determines how a pie slice will be styled.

public interface IPieSliceStyleSelector

Methods

SelectChildPieSliceStyle(Int32, Int32, Color, Style)

Selects the child pie slice style. The Style must have TargetType of PieSlice.

Style SelectChildPieSliceStyle(int pieSliceIndex, int pieSliceCount, Color parentFill, Style defaultStyle)
Parameter Type Description
pieSliceIndex Int32

Index of the pie slice.

pieSliceCount Int32

The pie slice count.

parentFill Color

The parent fill color.

defaultStyle Style

The default style.

Returns

Style:

A Style for PieSlice.

SelectPieSliceStyle(Int32, Int32, Style)

Selects the pie slice style. The Style must have TargetType of PieSlice.

Style SelectPieSliceStyle(int pieSliceIndex, int pieSliceCount, Style defaultStyle)
Parameter Type Description
pieSliceIndex Int32

Index of the pie slice.

pieSliceCount Int32

The pie slice count.

defaultStyle Style

The default style.

Returns

Style:

A Style for PieSlice.