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

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