Interface IXLBoxAndWhiskerSeriesElementVisibilities
- Namespace
- SlapKit.Excel.Excel.Charts.ExtendedSeriesFeatures
- Assembly
- SlapKit.Excel.dll
public interface IXLBoxAndWhiskerSeriesElementVisibilities
- Extension Methods
Properties
ShowInnerPoints
Gets or sets whether to show the inner points. When enabled, this displays the data points that are situated between the lower and upper whisker lines, showcasing the central distribution of the dataset.
bool ShowInnerPoints { get; set; }
Property Value
ShowMeanLine
Gets or sets whether to show the mean line. When this is turned on, a line connecting the means of the boxes in the series is displayed. This line provides a clear visual indicator of the mean values across the series, aiding in comparative analysis.
bool ShowMeanLine { get; set; }
Property Value
ShowMeanMarkers
Gets or sets whether to show the mean markers. Opting for this will display the mean marker for each box in the series, offering a visual reference for the average value within each dataset.
bool ShowMeanMarkers { get; set; }
Property Value
ShowOutlierPoints
Gets or sets whether to show the outlier points. This property, when activated, reveals the outlier points. These are the data points that fall either below the lower whisker line or above the upper whisker line, highlighting the extremes in your data.
bool ShowOutlierPoints { get; set; }