| Contents > SharpPlot > Properties | Index |
SharpPlot.VennDiagramStyle Property
Set VennDiagram style to any combination of flags.
public VennDiagramStyles VennDiagramStyle {get; set;}
Example
sp.VennDiagramStyle = VennDiagramStyles.ValueTags;
Options
| ValueTags | Value tags are written for data items |
| Filled | Lines are completed back to the start and shaded inside the region created |
| RedrawOutline | Chart outline is redrawn over filled areas |
