ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.ScatterBubbleProps Class / ScaleMax Property

In This Topic
    ScaleMax Property
    In This Topic
    Gets or sets the bubble size that will be used as the maximum, which is a percentage of the chart area that is set by ChartSeriesCustomProperties.ScatterBubbleProps.MaxSize. Default: 15.
    Syntax
    'Declaration
     
    Public Property ScaleMax As RdlInt
    public RdlInt ScaleMax {get; set;}
    See Also