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

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