FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / FlexChartFieldBase Class / BuildFlexChart Method

In This Topic
    BuildFlexChart Method (FlexChartFieldBase)
    In This Topic
    Creates a C1.WPF.Document.FlexChart.Chart, adds data to it and sets the property values.
    Syntax
    'Declaration
     
    Protected MustOverride Function BuildFlexChart() As ChartBase
    protected abstract ChartBase BuildFlexChart()

    Return Value

    The C1.WPF.Document.FlexChart.ChartBase object has been created.
    See Also