SharpPlot Reference > SharpPlot Properties > VennDiagramStyle Property SharpPlot.VennDiagramStyle Property
Set VennDiagram style to any combination of flags.
public VennDiagramStyles VennDiagramStyle {get; set;}
Example
sp.VennDiagramStyle = VennDiagramStyles.ValueTags;
Options
Filled | Lines are completed back to the start and shaded inside the region created | RedrawOutline | Chart outline is redrawn over filled areas | ValueTags | Value tags are written for data items |
See also ...SharpPlot Members | SharpPlot.DrawVennDiagram Method
Send comments on this topic © Dyalog Ltd 2021
|