Name | Description | |
---|---|---|
FlexChart Constructor | Creates an instance of FlexChart control. |
The following tables list the members exposed by FlexChart.
Name | Description | |
---|---|---|
FlexChart Constructor | Creates an instance of FlexChart control. |
Name | Description | |
---|---|---|
AnimationDuration | Gets or sets the animation duration in milliseconds. Default value is 400ms. | |
AnimationSettings | Gets or sets the animation settings. | |
AxesOnTop | Gets or sets a value indicating whether the chart axes are drawing on the top of data. | |
AxisCollection | Gets or sets the axis collection. | |
AxisX | Gets the main chart x-axis. | |
AxisY | Gets the main chart y-axis. | |
Binding | Gets or sets the name of the property that contains Y values for the series. | |
BindingX | Gets or sets the name of the property that contains X values for the series. | |
ChartOptions | Gets various chart options. | |
ChartType | Gets or sets the chart type. | |
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. | |
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. | |
Label | Gets or sets the data label. | |
LabelRendered | Fires after rendering label. | |
LabelRendering | Fires before rendering label. | |
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. | |
MarkerCollection | Gets or sets the plot area collection. | |
Markers | Gets the chart marker collection. | |
Options | Gets or sets the chart options. | |
Palette | Gets or sets the chart palette. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
PlotAreaCollection | Gets or sets the plot area collection. | |
PlotAreas | Gets the chart plot areas collection. | |
PlotMargin | Gets or sets the plot area margin. | |
PlotRect | Returns plot area rectangle (rectangle inside chart axes). | |
PlotStyle | Gets the style of plot area(area inside axes). (Inherited from C1.Blazor.Chart.FlexChartBase) | |
RangeSelector | Gets or sets the chart's range selector. | |
Rendered | Fires after chart finishes rendering. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Rendering | Fires before chart starts rendering. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Rotated | Gets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal. | |
SelectedIndex | Gets or sets the index of chart selected element. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SelectedSeries | Gets or set the selected series. | |
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. | |
SeriesCollection | Gets or sets the series collection. | |
SeriesVisibilityChanged | Fires when chart series visibility was changed. | |
Stacking | Gets or sets the data stacking. | |
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. | |
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. Overridden. Gets a HitTestInfo object with information about the specified point. | |
PointToData | Converts a Point from control coordinates to chart data coordinates. | |
Rebind | Performs data binding. | |
SaveImage | Save chart as an image using specified format. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |