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

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