Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / 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 LabelValueType is Open or Close. Default: Both.
    Syntax
    'Declaration
     
    Public Property ShowOpenClose As RdlEnum(Of ChartShowOpenClose)
    public RdlEnum<ChartShowOpenClose> ShowOpenClose {get; set;}
    See Also