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

In This Topic
    PieSeriesDataField Property
    In This Topic
    Gets or sets the name of field from the data source that indicates the data of the pie series.
    Syntax
    'Declaration
     
    Public Property PieSeriesDataField As System.String
    public System.string PieSeriesDataField {get; set;}
    Remarks
    The PieSeriesDataField only can be bind to a number field.
    See Also