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

In This Topic
    FlexRadar Class Members
    In This Topic

    The following tables list the members exposed by FlexRadar.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the animation duration in milliseconds. Default value is 400ms. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the animation settings. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets a value indicating whether the chart axes are drawing on the top of data. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the axis collection. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets the main chart x-axis. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets the main chart y-axis. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the name of the property that contains Y values for the series. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the name of the property that contains X values for the series. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets various chart options. (Inherited from C1.Blazor.Chart.FlexChart)
    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. (Inherited from C1.Blazor.Chart.FlexChart)
    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. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the data label. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyFires after rendering label. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyFires before rendering label. (Inherited from C1.Blazor.Chart.FlexChart)
    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. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the plot area collection. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets the chart marker collection. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the chart options. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the chart palette. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the plot area collection. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets the chart plot areas collection. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the plot area margin. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyReturns plot area rectangle (rectangle inside chart axes). (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets the style of plot area(area inside axes). (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets chart type.  
    Public PropertyGets or sets the chart's range selector. (Inherited from C1.Blazor.Chart.FlexChart)
    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 direction of plotting.  
    Public PropertyGets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the index of chart selected element. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or set the selected series. (Inherited from C1.Blazor.Chart.FlexChart)
    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. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the series collection. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyFires when chart series visibility was changed. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or sets the data stacking. (Inherited from C1.Blazor.Chart.FlexChart)
    Public PropertyGets or set the starting angle.  
    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. (Inherited from C1.Blazor.Chart.FlexChart)
    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. Gets a HitTestInfo object with information about the specified point. (Inherited from C1.Blazor.Chart.FlexChart)
    Public MethodConverts a Point from control coordinates to chart data coordinates. (Inherited from C1.Blazor.Chart.FlexChart)
    Public MethodPerforms data binding. (Inherited from C1.Blazor.Chart.FlexChart)
    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