SharpPlot.VennDiagramStyle Property

Set VennDiagram style to any combination of flags.

public VennDiagramStyles VennDiagramStyle {get; set;}

Example

sp.VennDiagramStyle = VennDiagramStyles.ValueTags;

Options

ValueTagsValue tags are written for data items
FilledLines are completed back to the start and shaded inside the region created
RedrawOutlineChart outline is redrawn over filled areas

See also ...

SharpPlot Members | DrawVennDiagram Method