Property: Extensions for 2DBoxWhisker
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Properties > Property: Extensions for 2DBoxWhisker
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
Object | 2DBoxWhisker Object with this property |
o2DBoxWhiskerExtensions | 2DBoxWhiskerExtensions Returned object |
The following example sets the color of the additional markers within the whiskers to blue:
VBScript | Python |
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