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

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