[]
        
(Showing Draft Content)

C1.WPF.C1Chart.ChartPanelObject

ChartPanelObject Class

Defines element of chart panel.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class ChartPanelObject : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
ChartPanelObject()

Creates an instance of chart panel object.

Fields

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...

Properties

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.

Methods

Name Description
OnDataPointChanged(DependencyPropertyChangedEventArgs)

Called when data point was changed.

Events

Name Description
DataPointChanged

Fires when DataPoint was changed.