DIAdem Help

Property: Extensions for 2DBoxWhisker

  • Updated2024-09-12
  • 1 minute(s) read

Property: Extensions for 2DBoxWhisker

Specifies the extended properties of a curve in a 2D axis system in the Box Whisker display mode in DIAdem REPORT.

Set o2DBoxWhiskerExtensions = Object.Extensions
Object2DBoxWhisker
Object with this property
o2DBoxWhiskerExtensions2DBoxWhiskerExtensions
Returned object

The following example sets the color of the additional markers within the whiskers to blue:

VBScriptPython

 

Dim o2DBoxWhisker
Set o2DBoxWhisker = Report.ActiveSheet.Objects.Item("2DAxis1").Curves2D.Item("2DAxis1_Curve1").Shape
o2DBoxWhisker.Extensions.MarkerWhisker.Filling.UseBorderColor = False
o2DBoxWhisker.Extensions.MarkerWhisker.Filling.ColorIndex = eColorIndexBlue

Log in to get a better experience