ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartStyle Class / Ry Property

In This Topic
    Ry Property
    In This Topic
    A value that indicates the ry point of the chart style.
    Syntax
    'Declaration
     
    Public Property Ry As System.Nullable(Of Double)
    public System.Nullable<double> Ry {get; set;}
    See Also