BeeMobile.LineChart Namespace

 

Classes

Axis Represents an axis for LineChart control.
AxisClickEventArgs Represents arguments for AxisClick event.
BulletCircleShape Represents a bullet in a Shape of a circle.
BulletDiamondShape Represents a bullet in a Shape of a diamond.
BulletPlusShape Represents a bullet in a Shape of a + sign.
BulletRectangleShape Represents a bullet in a Shape of a rectangle.
BulletSquareShape Represents a bullet in a Shape of a square.
BulletStarShape Represents a bullet in a Shape of a star.
BulletTriangleShape Represents a bullet in a Shape of a triangle.
BulletXShape Represents a bullet in a Shape of a X sign.
ChartAreaClickEventArgs Provides data for LineChart.ChartAreaClick events.
ChartBase Represents a base class for Bee Mobile Line Chart control.
ChartLegend Represents legend for a chart.
ChartScrolledEventArgs Provides data for LineChart.ChartScrolled events.
CohenSutherland Represents a wrapper for Cohen-Sutherland line clipping algorithm.
DataItem Represents a data item for DataSeries object.
DataItemCollection Represents a collection of data items for DataSeries object.
DataItemDateTimeFloat Represents a data item for DataSeries object, which supports DateTime and Single values.
DataItemFloatFloat Represents a data item for DataSeries object, which supports Single and Single values.
DataItemLongFloat Represents a data item for DataSeries object, which supports Int64 and Single values.
DataItemRemoveCompleteEventArgs Represents arguments for RemoveComplete event.
DataSeries Represents a series of data for LineChart control.
DataSeriesCollection Represents a collection of data series for LineChart control.
LegendItemShape Represents visual structure of a chart legend item.
LimitLine Represents an additional special line for LineChart's Axis.
LimitLineCollection Represents a collection of LimitLines for LineChart's axes.
LimitLineDateTime Represents an additional special line for LineChart's Axis, which supports date and time.
LimitLineFloat Represents an additional special line for LineChart's Axis, which supports single-precision floating-point value.
LimitLineLong Represents an additional special line for LineChart's Axis, which supports 64-bit integer value.
LinearXAxis Represents a linear horizontal axis for LineChart control.
LinearXAxisDateTime Represents a linear horizontal axis for LineChart control, which supports DateTime values.
LinearXAxisFloat Represents a linear horizontal axis for LineChart control, which supports single-precision floating-point values.
LinearXAxisLong Represents a linear horizontal axis for LineChart control, which supports 64-bit integer values.
LinearYAxis Represents a linear vertical axis for LineChart control.
LinearYAxisFloat Represents a linear vertical axis for LineChart control, which supports single-precision floating-point values.
LineChart Represents a Bee Mobile Line Chart control.
LogarithmicXAxis Represents a logarithmic horizontal axis for LineChart control.
LogarithmicXAxisFloat Represents a logarithmic horizontal axis for LineChart control, which supports float values.
LogarithmicXAxisLong Represents a logarithmic horizontal axis for LineChart control, which supports integer values.
LogarithmicYAxis Represents a logarithmic vertical axis for LineChart control.
LogarithmicYAxisFloat Represents a logarithmic vertical axis for LineChart control, which supports single-precision floating-point values.
MismatchingDataItemException Represents an exception which is thrown if mismatching types of data items are inserted into DataSeriesCollection of LineChart.ChartData.
NavigationCrossSettings This class represents settings for DataItem highlighting functionality.
PatternedLine Class for drawing patterned lines
RectangleShape Represents a rectangle shape of certain color within the bounds.
Region Represents an additional special area for LineChart's Axis.
RegionCollection Represents a collection of Regions for LineChart's axes.
RegionDateTime Represents an additional special area for LineChart's Axis, which supports date and time.
RegionFloat Represents an additional special area for LineChart's Axis, which supports single-precision floating-point values.
RegionLong Represents an additional special area for LineChart's Axis, which supports 64-bit integer values.
Shape Shape base class
ShapeCollection Represents a CollectionBase derived collection of Shape objects.
ShapeWrapper Provide wrap algorithm for placing shapes inside an area.
TextShape Represents an aligned text of certain font and color within the bounds.
TLegendPanel Panel displaying chart legend.
XAxis Represents a horizontal axis for LineChart control.
YAxis Represents a vertical axis for LineChart control.
YAxisCollection Represents a collection of vertical axis for LineChart control.

Delegates

AxisClickEventHandler Delegate for firing AxisClick event.
DataItemCollectionRemoveCompleteEventHandler Delegate for RemoveComplete event.
LinearXAxisDateTimeGetValueHandler Represents a delegate to a method, which retrieves a string representation of a DateTime, which is used to draw a tick mark along this X-Axis.
LinearXAxisFloatGetValueHandler Represents a delegate to a method, which retrieves a string representation of a Single, which is used to draw a tick mark along this X-Axis.
LinearXAxisLongGetValueHandler Represents a delegate to a method, which retrieves a string representation of a Int64, which is used to draw a tick mark along this X-Axis.
LineChartChartAreaClickEventHandler Delegate handler used by ChartAreaClick event.
LineChartChartScrolledEventHandler Delegate handler used by ChartScrolled event.

Enumerations

AnimationMode Specifies the animation mode.
ChartBullet Enumerates through Bullet shapes which LineChart recognizes.
InterpolationMode Specifies the interpolation mode.
MouseMode Specifies the mouse mode.
Orientation Specifies the orientation.
ScrollDirection Specifies the allowed scroll direction.
TickMarksCalculationAlgorithmEnum Enumerates over supported algorithms of positioning major tick marks on line chart axes.
YPosition Specifies the position of vertical axis.