[]
FlexChart control.
public class FlexChart : ChartBase, IComponent, IDisposable
| Name | Description |
|---|---|
| FlexChart() | 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. |
| 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(Point) | Converts a Point from data coordinates to control coordinates. |
| Dispose() | |
| HitTest(Point) | Gets a ChartHitTestInfo object with information about the specified point. |
| Invalidate() | Invalidates the chart. |
| LayoutChildren(double, double, double, double) | Lays out the FlexChart.Children in the specified rectangle. This method no need to implement currently. |
| OnChartTypePropertyChanged(ChartType, ChartType) | Fires when chartType property changes. |
| OnRotatedPropertyChanged(bool, bool) | Fires when rotated property changes. |
| OnStackingPropertyChanged(ChartStackingType, ChartStackingType) | Fires when stacking property changes. |
| OptionsChanged() | Called when options changed. |
| PointToData(Point) | Converts a Point from control coordinates to chart data coordinates. |
| Name | Description |
|---|---|
| SeriesVisibilityChanged | Fires when chart series visibility was changed. |