[]
FlexChart control.
public class FlexChart : ChartBase, IDependencyObject, IComponent, IDisposable, IChart, IChartBase, IStyleProvider, IPalette, IBrushConverter
Name | Description |
---|---|
FlexChart() | Creates an instance of FlexChart. |
FlexChart(IntPtr) | Creates an instance of FlexChart. |
Name | Description |
---|---|
AxisXProperty | Identifies the AxisX dependency property. |
AxisYProperty | Identifies the AxisY dependency property. |
BindingXProperty | Identifies the BindingX dependency property. |
ChartTypeProperty | Identifies the ChartType dependency property. |
OptionsProperty | Identifies the Options dependency property. |
PlotMarginProperty | Identifies the PlotMargin dependency property. |
RotatedProperty | Identifies the Rotated dependency property. |
SelectedSeriesProperty | Identifies the SelectedSeries dependency property. |
StackingProperty | Identifies the ChartStackingType dependency property. |
Name | Description |
---|---|
AxisX | Gets or sets the main chart x-axis. |
AxisY | Gets or sets the main chart y-axis. |
BindingX | Gets or sets the bindingX of chart. |
ChartType | Gets or sets the chart type. |
DataLabel | Gets or sets the data label. |
Layers | Gets the chart layers collection. |
Options | Gets or sets the chart options. |
PlotMargin | Gets or sets the plot area margin. |
PlotRect | Returns plot area rectangle (rectangle inside chart axes). |
Rotated | Gets or sets a value indicating whether the chart is rotated. |
SelectedSeries | Gets or sets the selected series. |
Series | Gets the series collection. |
Stacking | Gets or sets the chart stacking. |
Name | Description |
---|---|
DataToPoint(CGPoint) | Converts a Point from data coordinates to control coordinates. |
Dispose() | |
HitTest(CGPoint) | Gets a ChartHitTestInfo object with information about the specified point. |
Invalidate() | Invalidates the chart. |
Itemssource_CollectionChanged(object, NotifyCollectionChangedEventArgs) | |
LayoutSubviews() | Layout subviews of chart. |
OnChartTypePropertyChanged(ChartType, ChartType) | Fires when chartType property changes. |
OnItemsSourceChanged(object) | Called on ItemsSource changed. |
OnPointerPressed(UITapGestureRecognizer) | Called when pointer pressed the chart. |
OnRotatedPropertyChanged(bool, bool) | Fires when rotated property changes. |
OnStackingPropertyChanged(ChartStackingType, ChartStackingType) | Fires when stacking property changes. |
OptionsChanged() | Called when options changed. |
PointToData(CGPoint) | Converts a Point from control coordinates to chart data coordinates. |
Name | Description |
---|---|
SeriesVisibilityChanged | Fires when chart series visibility was changed. |