API Reference
Class
VennDiagramBlock
A deterministic static Venn diagram for one to three sets.
Inheritance
- Object
- VennDiagramBlock
Methods
AddIntersection(System.Collections.Generic.IEnumerable{System.String} arg1, System.String arg2, System.Double arg3) #Adds an intersection between two or three sets.
Parameters
- arg1 System.Collections.Generic.IEnumerable{System.String}
- arg2 System.String
- arg3 System.Double
AddSet(System.String arg1, System.String arg2, System.Double arg3) #Adds a Venn set.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Double
AddText(System.Collections.Generic.IEnumerable{System.String} arg1, System.String arg2, System.String arg3) #Adds an extra text label for a set or intersection.
Parameters
- arg1 System.Collections.Generic.IEnumerable{System.String}
- arg2 System.String
- arg3 System.String
Create() #Creates a Venn diagram block.