Summary
Represents the base of chart controls.
Syntax
public class ControlBase : Object
Members
Name | Type | Summary |
---|---|---|
Bottom | Property | Gets or sets the position of the chart control to the bottom of the chart area. Works only when the control is inside the Canvas panel. |
ControlBase | Method | Initializes a new instance of the chart control. |
Dock | Property | Specifies the dock position of the chart control instance. Works only inside the DockPanel. |
Height | Property | Gets or sets the hight of the chart control. |
HorizontalAlignment | Property | Gets or sets the horizontal alignment of the chart control instance. |
IsEnabled | Property | Gets or sets the value indicating whether this instance of the chart control is enabled. |
IsHitTestVisible | Property | Gets or sets a value that declares if the chart control instance is visible for the mouse hit testing. If set to false, then the control will not handle any mouse events. |
IsVisible | Property | Gets or sets the value indicating whether this instance of the chart control instance is visible. |
Left | Property | Gets or sets the position of the chart control to the left side of the chart area. Works only when the control is inside the Canvas panel. |
Margin | Property | Gets or sets the level of thickness of the margin of the chart control instance. Property value can be set using Thickness, number, or a string new Thickness(5), new Thickness(1, 2, 3, 4), 5, "5", "1 2 3 4". |
MaxHeight | Property | Gets or sets the maximum height of the chart control. |
MaxWidth | Property | Gets or sets the maximum width of the chart control. |
MinHeight | Property | Gets or sets the minimum height of the chart control. |
MinWidth | Property | Gets or sets the minimum width of the chart control. |
Opacity | Property | Gets or sets the level of opacity of the chart control instance. Can be set from 0 (transparent) to 1 (opaque). Values higher than 1 will be set to 1, values below 0 will be set to 0. |
ResetProperty | Method | Sets the property to the default value and removes its privelege over the style. |
Right | Property | Gets or sets the position of the chart control to the rignt side of the chart area. Works only when the control is inside the Canvas panel. |
Style | Property | Gets or sets the style of a chart control. |
Top | Property | Gets or sets the position of the chart control to the top of the chart area. Works only when the control is inside the Canvas panel. |
UniqueId | Property | Gets the unique identifier of a chart control. |
VerticalAlignment | Property | Gets or sets the vertical alignment of the chart control instance. |
Width | Property | Gets or sets the width of the chart control. |