Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexChart Class
Properties Methods

In This Topic
    FlexChart Class Members
    In This Topic

    The following tables list the members exposed by FlexChart.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of FlexChart control.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the animation duration in milliseconds. Default value is 400ms.  
    Public PropertyGets or sets the animation settings.  
    Public PropertyGets or sets a value indicating whether the chart axes are drawing on the top of data.  
    Public PropertyGets or sets the axis collection.  
    Public PropertyGets the main chart x-axis.  
    Public PropertyGets the main chart y-axis.  
    Public PropertyGets or sets the name of the property that contains Y values for the series.  
    Public PropertyGets or sets the name of the property that contains X values for the series.  
    Public PropertyGets various chart options.  
    Public PropertyGets or sets the chart type.  
    Public PropertyGets or sets CSS class name. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the custom palette. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets the chart data label.  
    Public PropertyGets or sets the footer content. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the footer style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the header content. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the header style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the collection of objects that contains the series data.  
    Public PropertyGets or sets the data label.  
    Public PropertyFires after rendering label.  
    Public PropertyFires before rendering label.  
    Public PropertyGets or sets the legend group titie style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the legend position. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets which scroll bars should appear in legend. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the legend style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the legend title. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.  
    Public PropertyGets or sets the plot area collection.  
    Public PropertyGets the chart marker collection.  
    Public PropertyGets or sets the chart options.  
    Public PropertyGets or sets the chart palette. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the plot area collection.  
    Public PropertyGets the chart plot areas collection.  
    Public PropertyGets or sets the plot area margin.  
    Public PropertyReturns plot area rectangle (rectangle inside chart axes).  
    Public PropertyGets the style of plot area(area inside axes). (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the chart's range selector.  
    Public PropertyFires after chart finishes rendering. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyFires before chart starts rendering. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal.  
    Public PropertyGets or sets the index of chart selected element. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or set the selected series.  
    Public PropertyFires after selected element was changed. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the chart selection mode. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets the seletion style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets the list of the series.  
    Public PropertyGets or sets the series collection.  
    Public PropertyFires when chart series visibility was changed.  
    Public PropertyGets or sets the data stacking.  
    Public PropertyGets or sets the chart style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the tooltip template for the series. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Top
    Public Methods
     NameDescription
    Public MethodSuspends notifications until the next call to EndUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public MethodConverts a Point from data coordinates to control coordinates.  
    Public MethodDisposes the component. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public MethodResumes notifications suspended by calls to BeginUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public MethodOverloaded. Overridden. Gets a HitTestInfo object with information about the specified point.  
    Public MethodConverts a Point from control coordinates to chart data coordinates.  
    Public MethodPerforms data binding.  
    Public MethodSave chart as an image using specified format. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    See Also