ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartDataPointCustomProperties.RangeStockProps Class / ShowOpenClose Property

In This Topic
    ShowOpenClose Property (ChartDataPointCustomProperties.RangeStockProps)
    In This Topic
    Determines if Open and Close markers (lines or triangles) are displayed while ChartDataPointCustomProperties.RangeStockProps.LabelValueType is Open or Close. Default: Both.
    Syntax
    'Declaration
     
    Public Property ShowOpenClose As RdlEnum(Of ChartShowOpenClose)
    public RdlEnum<ChartShowOpenClose> ShowOpenClose {get; set;}
    See Also