[]
Defines element of chart panel.
public class ChartPanelObject : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| ChartPanelObject() | Creates an instance of chart panel object. |
| Name | Description |
|---|---|
| ActionProperty | Identifies the Action dependency property. |
| AttachProperty | Identifies the DataPoint dependency property. |
| AxisXProperty | Using a DependencyProperty as the backing store for AxisX. This enables animation, styling, binding, etc... |
| AxisYProperty | Using a DependencyProperty as the backing store for AxisY. This enables animation, styling, binding, etc... |
| DataPointProperty | Identifies the DataPoint dependency property. |
| UseAxisLimitsProperty | Using a DependencyProperty as the backing store for UseAxisLimits. This enables animation, styling, binding, etc... |
| Name | Description |
|---|---|
| Action | Gets or sets action corresponding to the panel object. |
| Attach | Gets or sets the attach of chart panel object. |
| AxisX | Gets or sets the name of x-axis. |
| AxisY | Gets or sets the name of y-axis. |
| DataPoint | Gets or sets the data point corresponding to the object. |
| UseAxisLimits | Gets or sets the value that specifies whether to limit the element position inside plot area. |
| Name | Description |
|---|---|
| OnDataPointChanged(DependencyPropertyChangedEventArgs) | Called when data point was changed. |
| Name | Description |
|---|---|
| DataPointChanged | Fires when DataPoint was changed. |