Namespace Syncfusion.Maui.Charts
Classes
ActualRangeChangedEventArgs
Provides data for the ActualRangeChanged event. |
AreaSegment
Represents a segment of an area chart. |
AreaSeries
The AreaSeries is a collection of data points connected to form a closed loop area, filled with the specified color. |
BoxAndWhiskerSegment
Creates the segments for BoxAndWhiskerSeries It gets the bounds, stroke color and fill color from the |
BoxAndWhiskerSeries
The BoxAndWhiskerSeries class represents a series that plots box-and-whisker diagrams in a SfCartesianChart. |
BoxPlotMode
Represents the BoxPlot series mode. |
BubbleSegment
Represents a segment of a BubbleSeries type charts. |
BubbleSeries
The BubbleSeries displays a collection of data points represented by a bubble of different size. |
CandleSegment
Represents the segments for CandleSeries. |
CandleSeries
The CandleSeries displays a set of candle used in financial analysis to represent open, high, low, and close values of an asset or security. |
CapStyle
Represents the radial bar segment cap style. The radial bar cap style can be positioned at the segment start, end, or both ends. |
CartesianDataLabelSettings
The CartesianDataLabelSettings class is used to customize the appearance of cartesian series data labels. |
CartesianSegment
The CartesianSegment is the base class for the AreaSegment, ColumnSegment, LineSegment, SplineSegment, ScatterSegment and FastLineSegment classes. |
CartesianSeries
CartesianSeries is the base class for all cartesian charts such as column, line, area, and so on. |
CategoryAxis
The CategoryAxis is an indexed based axis that plots values based on the index of the data point collection. It displays string values in axis labels. |
ChartAutoScrollingMode
Represents auto scrolling delta mode of the axis. The axis can be scrolled from the start position or end position. |
ChartAxis
The ChartAxis is the base class for all types of axes. |
ChartAxisLabel
Represents the content and label style for the axis label. |
ChartAxisLabelAlignment
Represents a label's alignment on an axis. |
ChartAxisLabelEventArgs
Provides data for the chart axis LabelCreated event. |
ChartAxisLabelStyle
Represents the chart axis's label style class. |
ChartAxisTickStyle
Represents a style class that can be used to customize the axis's tick. |
ChartAxisTitle
Represents the chart axis's title class. |
ChartBase
The ChartBase class is the base for SfCartesianChart and SfCircularChart types. |
ChartBehavior
The ChartBehavior is the base class for ChartSelectionBehavior, ChartTooltipBehavior, ChartTrackballBehavior, and ChartZoomPanBehavior. |
ChartDataLabelSettings
Represents a base class for the CartesianDataLabelSettings, and CircularDataLabelSettings classes. |
ChartDataLabelStyle
Represents a LabelStyle class that can be used to customize the data labels. |
ChartInteractiveBehavior
ChartInteractiveBehavior is a class used to get the methods that are called when the touch interactions are made in the Chart area. By using that, the user can change the behavior for different actions like OnTouchDown, OnTouchMove, and OnTouchUP. |
ChartLabelStyle
It is a base class for the ChartAxisLabelStyle, ChartAxisTitle, and ChartDataLabelStyle classes. |
ChartLegend
Represents the legend for the SfCartesianChart, SfCircularChart, SfFunnelChart and SfPyramidChart classes. |
ChartLegendIconType
Represents the icon symbol for the chart legend. |
ChartLineStyle
Represents the chart line style class that can be used to customize the axis line and grid lines. |
ChartMarkerSettings
Used to customize the data marker symbol |
ChartSegment
Represents a segment of a chart. |
ChartSelectionBehavior
The ChartSelectionBehavior is the base class for DataPointSelectionBehavior, and SeriesSelectionBehavior. |
ChartSelectionChangedEventArgs
Provides data for the chart SelectionChanged event. |
ChartSelectionChangingEventArgs
Provides data for the chart SelectionChanging event. |
ChartSelectionType
Defines the selection type for a ChartSelectionBehavior. |
ChartSeries
ChartSeries is the base class for all chart types. |
ChartSeriesCollection
It's a collection class that holds ChartSeries. |
ChartTooltipBehavior
ChartTooltipBehavior is often used to specify extra information when the mouse pointer moved over an element. |
ChartTrackballBehavior
Enables the trackball in the Syncfusion.Maui.Charts.ChartTrackballBehavior.CartesianChart. |
ChartZoomPanBehavior
ZoomPanBehavior enables zooming and panning operations over a cartesian chart. |
CircularDataLabelSettings
The CircularDataLabelSettings class is used to customize the appearance of circular series data labels. |
CircularSeries
CircularSeries is the base class for pie and doughnut charts. |
ColumnSegment
Represents a segment of a column chart and stacked column chart. |
ColumnSeries
The ColumnSeries displays a set of vertical bars for the given data point values. |
ConnectorType
Represents the types of connector line that connects the label and data point. |
DataLabelAlignment
Represents different ways to position the chart data labels. |
DataLabelPlacement
Represents the positioning of data labels. |
DataPointSelectionBehavior
Enables the selection of individual or multiple data points in a series. |
DateTimeAxis
DateTimeAxis is used to plot DateTime values. The date-time axis uses date time scale and displays date-time values as axis labels in the specified format. |
DateTimeIntervalType
Defines a date time interval. |
DateTimeRangePadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the DateTimeAxis. |
DoubleRange
Defines a custom DoubleRange data type for ChartBase library. |
DoughnutSegment
Represents a segment of a doughnut chart. |
DoughnutSeries
The DoughnutSeries displays data as a proportion of the whole. Its most commonly used to make comparisons among a set of given data. |
EdgeLabelsDrawingMode |
EdgeLabelsVisibilityMode
Represents the visibility for the edge labels in the ChartAxis. |
ErrorBarCapLineStyle
Represents the cap style for the ErrorBarSeries |
ErrorBarDirection
Represents the error bar direction for ErrorBarSeries. |
ErrorBarLineStyle
Represent the line style for the ErrorBarSeries |
ErrorBarMode
Represents the error bar mode for ErrorBarSeries. |
ErrorBarSegment
Represents a segment of a ErrorBarSeries type charts. |
ErrorBarSeries
The ErrorBarSeries indicate the uncertainty or error in data points, making it easy to identify patterns and trends in the data. |
ErrorBarStrokeCap
Represents the error bar stroke cap for ErrorBarSeries. |
ErrorBarType
Represents the error bar type for ErrorBarSeries. |
FastLineSegment
Represents a segment of a fast line chart. |
FastLineSeries
The FastLineSeries is a special kind of line series that can render a collection with a large number of data points. |
FinancialSeriesBase
An abstract class in the chart API that serves as a base for candle and OHLC (Open-High-Low-Close) series. It provides common options and functionality for these types of financial chart series. |
FunnelDataLabelContext
Represents the content of the funnel chart data label; it should be XValue or YValue. |
FunnelDataLabelSettings
The FunnelDataLabelSettings class is used to customize the appearance of funnel chart data labels. |
FunnelSegment
It used to render or customize the segments for funnel chart. |
HiLoOpenCloseSegment
Represents the segments for HiLoOpenCloseSeries. |
HiLoOpenCloseSeries
The HiLoOpenCloseSeries displays a set of OHLC segments used in financial analysis to represent open, high, low, and close values of an asset or security. |
LabelDisplayMode
Specify whether to display trackball labels for all the data points along the vertical line or display only a single label. |
LabelPlacement
Defines the placement of category axis labels. |
LineSegment
Represents a segment of a line chart. |
LineSeries
The LineSeries displays a collection of data points connected using straight lines. |
LogarithmicAxis
Represents a specialized axis to plot data with number values on a logarithmic scale. |
NumericalAxis
The numerical axis uses a numerical scale and it displays numbers as labels. It supports both horizontal and vertical axes. |
NumericalPadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the NumericalAxis. |
PieGroupMode |
PieSegment
Represents a segment of a pie chart. |
PieSeries
The PieSeries displays data as a proportion of the whole. Its most commonly used to make comparisons among a set of given data. |
PyramidDataLabelContext
Represents the content of the pyramid chart data label; it should be XValue or YValue. |
PyramidDataLabelSettings
The PyramidDataLabelSettings class is used to customize the appearance of pyramid chart data labels. |
PyramidMode
Represents the rendering mode of the pyramid chart. |
PyramidSegment
It used to render or customize the segments for pyramid chart. |
RadialBarSegment
Represents a segment of a radial bar chart. |
RadialBarSeries
The RadialBarSeries displays data in different categories. Its typically used to make comparisons among a set of given data using the circular shapes of the bars. |
RangeAreaSegment
Represents the segment for RangeAreaSeries. |
RangeAreaSeries
The RangeAreaSeries is a chart type to represent data as filled areas between two ranges, typically depicting a range of values or uncertainty. |
RangeAxisBase
The RangeAxisBase is the base class for all types of range axis. |
RangeColumnSegment
Represents a segment of a range column chart. |
RangeColumnSeries
Represents a range column series in .NET MAUI Cartesian chart [SfCartesianChart]. |
RangeSeriesBase
Serves as a base class for all types of range series. |
ScatterSegment
Represents a segment of a scatter chart. |
ScatterSeries
The ScatterSeries displays a collection of data points represented by a circle of equal size. |
SeriesSelectionBehavior
Enables the selection of individual or multiple series in a SfCartesianChart. |
SfCartesianChart
Renders different types of cartesian-type charts, each representing a unique style of representing data with a more user-friendly and greater UI visualization. |
SfCircularChart
Renders two different types of circular charts, including doughnut and pie. Each chart has a different presentation of the data and is made to be more user-friendly. |
SfFunnelChart
Provides the funnel chart with a unique style of data representation that is more UI-visualising and user-friendly. |
SfPyramidChart
Provides the pyramid chart with a unique style of data representation that is more UI-visualising and user-friendly. |
ShapeType
Represents scatter shape types. |
SplineAreaSegment
Represents a segment of a spline area chart. |
SplineAreaSeries
The SplineAreaSeries is a collection of data points using smooth Bezier line curves with the areas below filled. |
SplineSegment
Represents a segment of a spline chart. |
SplineSeries
The SplineSeries is a set of data points linked together by smooth beizer curves. |
SplineType
Indicates the type of spline. |
StackingColumn100Series
The StackingColumn100Series is a chart type that shows a set of vertical bars stacked on top of each other to represent a percentage of the total for each category. |
StackingColumnSeries
The StackingColumnSeries is a chart type that shows a set of vertical bars stacked on top of each other to represent data point values. |
StackingSeriesBase
StackingSeriesBase is a class that serves as the base for stacking column series. |
StepAreaSegment
Represents the segment for StepAreaSeries |
StepAreaSeries
The StepAreaSeries is a chart type to represent data using connected horizontal and vertical steps, creating a stepped area visualization. |
StepLineSegment
Represent the segment for StepLineSeries |
StepLineSeries
The StepLineSeries is a chart type to represent data using connected horizontal and vertical steps, creating a stepped line visualization. |
TooltipInfo |
TrackballPointInfo
This class contains information about the trackball labels. |
WaterfallSegment
Represents a segment of a Waterfall chart. |
WaterfallSeries
The WaterfallSeries shows that an initial value is affected by a series of intermediate positive or negative values, leading to a final value. |
XYDataSeries
XYDataSeries represents a set of (x,y) data points in a chart. |
ZoomMode
Indicates zooming modes of the chart. |