Name | Description | |
---|---|---|
FlexRadar Constructor |
The following tables list the members exposed by FlexRadar.
Name | Description | |
---|---|---|
FlexRadar Constructor |
Name | Description | |
---|---|---|
AnimationDuration | Gets or sets the animation duration in milliseconds. Default value is 400ms. (Inherited from C1.Blazor.Chart.FlexChart) | |
AnimationSettings | Gets or sets the animation settings. (Inherited from C1.Blazor.Chart.FlexChart) | |
AxesOnTop | Gets or sets a value indicating whether the chart axes are drawing on the top of data. (Inherited from C1.Blazor.Chart.FlexChart) | |
AxisCollection | Gets or sets the axis collection. (Inherited from C1.Blazor.Chart.FlexChart) | |
AxisX | Gets the main chart x-axis. (Inherited from C1.Blazor.Chart.FlexChart) | |
AxisY | Gets the main chart y-axis. (Inherited from C1.Blazor.Chart.FlexChart) | |
Binding | Gets or sets the name of the property that contains Y values for the series. (Inherited from C1.Blazor.Chart.FlexChart) | |
BindingX | Gets or sets the name of the property that contains X values for the series. (Inherited from C1.Blazor.Chart.FlexChart) | |
ChartOptions | Gets various chart options. (Inherited from C1.Blazor.Chart.FlexChart) | |
Class | Gets or sets CSS class name. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
CustomPalette | Gets or sets the custom palette. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
DataLabel | Gets the chart data label. (Inherited from C1.Blazor.Chart.FlexChart) | |
FooterContent | Gets or sets the footer content. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
FooterStyle | Gets or sets the footer style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
HeaderContent | Gets or sets the header content. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
HeaderStyle | Gets or sets the header style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
ItemsSource | Gets or sets the collection of objects that contains the series data. (Inherited from C1.Blazor.Chart.FlexChart) | |
Label | Gets or sets the data label. (Inherited from C1.Blazor.Chart.FlexChart) | |
LabelRendered | Fires after rendering label. (Inherited from C1.Blazor.Chart.FlexChart) | |
LabelRendering | Fires before rendering label. (Inherited from C1.Blazor.Chart.FlexChart) | |
LegendGroupHeaderStyle | Gets or sets the legend group titie style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendPosition | Gets or sets the legend position. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendScrollbars | Gets or sets which scroll bars should appear in legend. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendStyle | Gets or sets the legend style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendTitle | Gets or sets the legend title. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendToggle | Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart. (Inherited from C1.Blazor.Chart.FlexChart) | |
MarkerCollection | Gets or sets the plot area collection. (Inherited from C1.Blazor.Chart.FlexChart) | |
Markers | Gets the chart marker collection. (Inherited from C1.Blazor.Chart.FlexChart) | |
Options | Gets or sets the chart options. (Inherited from C1.Blazor.Chart.FlexChart) | |
Palette | Gets or sets the chart palette. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
PlotAreaCollection | Gets or sets the plot area collection. (Inherited from C1.Blazor.Chart.FlexChart) | |
PlotAreas | Gets the chart plot areas collection. (Inherited from C1.Blazor.Chart.FlexChart) | |
PlotMargin | Gets or sets the plot area margin. (Inherited from C1.Blazor.Chart.FlexChart) | |
PlotRect | Returns plot area rectangle (rectangle inside chart axes). (Inherited from C1.Blazor.Chart.FlexChart) | |
PlotStyle | Gets the style of plot area(area inside axes). (Inherited from C1.Blazor.Chart.FlexChartBase) | |
RadarChartType | Gets or sets chart type. | |
RangeSelector | Gets or sets the chart's range selector. (Inherited from C1.Blazor.Chart.FlexChart) | |
Rendered | Fires after chart finishes rendering. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Rendering | Fires before chart starts rendering. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Reversed | Gets or sets a value indicating direction of plotting. | |
Rotated | Gets 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) | |
SelectedIndex | Gets or sets the index of chart selected element. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SelectedSeries | Gets or set the selected series. (Inherited from C1.Blazor.Chart.FlexChart) | |
SelectionChanged | Fires after selected element was changed. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SelectionMode | Gets or sets the chart selection mode. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SelectionStyle | Gets the seletion style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Series | Gets the list of the series. (Inherited from C1.Blazor.Chart.FlexChart) | |
SeriesCollection | Gets or sets the series collection. (Inherited from C1.Blazor.Chart.FlexChart) | |
SeriesVisibilityChanged | Fires when chart series visibility was changed. (Inherited from C1.Blazor.Chart.FlexChart) | |
Stacking | Gets or sets the data stacking. (Inherited from C1.Blazor.Chart.FlexChart) | |
StartAngle | Gets or set the starting angle. | |
Style | Gets or sets the chart style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Tooltip | Gets or sets the tooltip template for the series. (Inherited from C1.Blazor.Chart.FlexChartBase) |
Name | Description | |
---|---|---|
BeginUpdate | Suspends notifications until the next call to EndUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
DataToPoint | Converts a Point from data coordinates to control coordinates. (Inherited from C1.Blazor.Chart.FlexChart) | |
Dispose | Disposes the component. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
EndUpdate | Resumes notifications suspended by calls to BeginUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
HitTest | Overloaded. Gets a HitTestInfo object with information about the specified point. (Inherited from C1.Blazor.Chart.FlexChart) | |
PointToData | Converts a Point from control coordinates to chart data coordinates. (Inherited from C1.Blazor.Chart.FlexChart) | |
Rebind | Performs data binding. (Inherited from C1.Blazor.Chart.FlexChart) | |
SaveImage | Save chart as an image using specified format. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |