Class SyncChartAreas
Represents the Synchronization of more then one ChartArea
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class SyncChartAreas : ChartArea, IDisposable, IChartSerializer
Constructors
SyncChartAreas()
Initializes a new instance of the SyncChartAreas class.
Declaration
public SyncChartAreas()
Remarks
Primary and secondary axes are being created automatically.
Fields
AreasPanelProperty
Identifies the AreasPanel, It is a dependencyProperty
Declaration
public static readonly DependencyProperty AreasPanelProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
AreasProperty
Identifies the Area, It is a dependencyProperty
Declaration
public static readonly DependencyProperty AreasProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsPanning_SyncProperty
Identifies the Panning is set or not, It is a dependencyProperty
Declaration
public static readonly DependencyProperty IsPanning_SyncProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MarginProperty
Identifies the Margin, It is a dependencyProperty
Declaration
public static readonly DependencyProperty MarginProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PanningRange_SyncProperty
Identifies the Panning range, It is a dependencyProperty
Declaration
public static readonly DependencyProperty PanningRange_SyncProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Areas
Gets or sets the areas.
Declaration
public ChartAreasCollection Areas { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.Windows.Chart.ChartAreasCollection | The areas. |
AreasPanel
Gets or sets the areas panel.
Declaration
public ItemsPanelTemplate AreasPanel { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.ItemsPanelTemplate | The areas panel. |
IsPanning_Sync
Gets or sets a value indicating whether this instance is panning_ sync.
Declaration
public bool IsPanning_Sync { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Margin
Gets or sets the outer margin of an element. This is a dependency property.
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
PanningRange_Sync
Gets or sets the panning range_ sync.
Declaration
public DoubleRange PanningRange_Sync { get; set; }
Property Value
Type | Description |
---|---|
DoubleRange | The panning range_ sync. |
Methods
Clone(ChartAxis, ChartAxis)
Clones the specified axis.
Declaration
public object Clone(ChartAxis axis, ChartAxis parentAxis)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | axis | The axis. |
ChartAxis | parentAxis | The parent axis. |
Returns
Type |
---|
System.Object |
Deserialize(String)
Initialize Deserialize new object
Declaration
public object Deserialize(string xamlString)
Parameters
Type | Name | Description |
---|---|---|
System.String | xamlString |
Returns
Type |
---|
System.Object |
Exceptions
Type | Condition |
---|---|
System.NotImplementedException |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
OnApplyTemplate()
Invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
See Also
OnMouseDoubleClick(MouseButtonEventArgs)
Raises the System.Windows.Controls.Control.MouseDoubleClick routed event.
Declaration
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The event data. |
Overrides
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseDown�attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse was left and the handled state. |
Overrides
Serialize()
Initialize the Serialize string
Declaration
public string Serialize()
Returns
Type |
---|
System.String |