An instance of the Chart
public class ChartFrame : FrameBasePublic Class ChartFrame
Inherits FrameBase Introduced: X8.
The following example creates a new Chart
System.Windows.Forms.DataVisualization.Charting.Chart myChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
TXTextControl.DataVisualization.ChartFrame chartFrame = new TXTextControl.DataVisualization.ChartFrame(myChart);
chartFrame.Name = "points";
textControl1.Charts.Add(chartFrame, -1);Dim myChart As System.Windows.Forms.DataVisualization.Charting.Chart = New System.Windows.Forms.DataVisualization.Charting.Chart()
Dim chartFrame As TXTextControl.DataVisualization.ChartFrame = New TXTextControl.DataVisualization.ChartFrame(myChart)
chartFrame.Name = "points"
TextControl1.Charts.Add(chartFrame, -1)| Constructor | Description |
|---|---|
| Chart |
Initializes a new instance of the Chart |
| Method | Description |
|---|---|
| Add |
Add the current state of the chart which is connected with this Chart |
| Change |
Changes the frame's z-order.
(Inherited from Frame |
| Refresh | Refreshes the chart. |
| Property | Description |
|---|---|
| Alignment | Gets or sets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from Frame |
| Bounds | Gets the frame's bounding rectangle relative to the upper left corner of the document.
(Inherited from Frame |
| Chart | Gets the chart control associated with the chart frame. |
| Export |
Sets a value between 1 and 100, which is the quality of a lossy data compression used, if the chart's image is exported. |
| Export |
Gets or sets the file name, when the chart's image is exported. |
| Export |
Gets or sets the format used, if a chart's image is exported. |
| Export |
Gets or sets the maximum resolution in dots per inch in which the chart's image is saved. |
| ID | Gets or sets an identifier for the frame.
(Inherited from Frame |
| Insertion |
Gets or sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.
(Inherited from Frame |
| Location | Gets or sets, in twips, the frame's current location.
(Inherited from Frame |
| Moveable | Determines whether a frame can be moved in the document at run time with the built-in mouse interface.
(Inherited from Frame |
| Name | Gets or sets a name for the frame.
(Inherited from Frame |
| Save |
Determines whether the chart's image is stored through its binary data or through a file reference. |
| Size | Gets or sets the frame's size in twips.
(Inherited from Frame |
| Sizeable | Determines whether the frame can be resized at run time with the built-in mouse interface.
(Inherited from Frame |
| Text |
Gets or sets the distances, in twips, between the frame and the document's text.
(Inherited from Frame |
| Text |
Read only.
(Inherited from Frame |