Home > Sample Charts > VennDiagram

VennDiagram

The Venn diagram shows a diagrammatic view of Set membership data, using the correct proportions for the simply case with 2 populations (and 1 overlap) and a simple diagram with intersecting circles for the 3-area case.


SharpPlot sp = new SharpPlot;
sp.SetMargins(12,12,4,4);
sp.VennDiagramStyle = VennDiagramStyles.Filled;
sp.DrawVennDiagram(new int[] {27,19,8});

Worked Examples

venndiagram1 venndiagram2 venndiagram3 venndiagram4

Send comments on this topic
© Dyalog Ltd 2013