SamplesFont Property
The SamplesFont property returns an AutoMFont object for the box-whisker plot Samples count value label. This is a read-only property.
Syntax
object.SamplesFont
object.SamplesFont =SamplesFont
Example
This example shows how to enable the bold feature for the Samples count labels.
Box1.SamplesFont.Bold = True
Used by: AutoBoxPlot Object