Skip to content

Add option to customize pie chart label colors #844

@Timothy343

Description

@Timothy343

Hi Scott,
currently the PiePlot class allows individual fill colors, but no font colors.

    public PiePlot(double[] values, string[] groupNames, Color[] colors)
    {
        SliceFillColors = colors;
        SliceFont.Color = Color.White;

For a good contrast, a possibility to choose proper label colors would be helpful. May I ask you to add this to the class?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions