[]
Represents a custom chart control for visualizing FlexPivot data.
[ToolboxBitmap(typeof(C1FlexPivotChart), "C1FlexPivotChart.png")]
public class C1FlexPivotChart : C1Chart
Name | Description |
---|---|
C1FlexPivotChart() | Initializes a new instance of a C1FlexPivotChart. |
Name | Description |
---|---|
BackColor | Overridden to modify the default value and attributes. |
ChartTitle | Sets the title of the C1FlexPivotChart. |
ChartTotals | Gets or sets whether the chart should include only totals. |
ChartType | Gets or sets the chart type (Bar, Column, Line, Area, etc). |
ColorGeneration | Gets or sets the color scheme used for the data series. |
DataSource | Gets or sets the C1FlexPivotPanel that provides data for this chart. |
MaxPoints | Gets or sets the maximum number of points shown in each series. |
MaxSeries | Gets or sets the maximum number of data series shown in the chart. |
PropBag | Overridden to modify the default value and attributes. |
ShowGridLines | Gets or sets whether the chart includes gridlines along the X axis. |
ShowLegend | Gets or sets whether the chart includes a legend describing each series. |
ShowTitle | Gets or sets whether the chart contains a title above the data. |
Stacked | Gets or sets a value that determines whether the series should be stacked or placed side-by-side. |
ToolTip | Overridden to modify the default value and attributes. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |
OnVisibleChanged(EventArgs) | Overridden to update the chart when it becomes visible. |
ProcessCmdKey(ref Message, Keys) | |
ReadXml(string) | Reads the control settings from a file. |
ReadXml(XmlReader) | Reads the control settings from an XmlReader. |
Update() | Rebuilds the chart even when it is not visible. |
WriteXml(string) | Saves the control settings into an Xml file. |
WriteXml(XmlWriter) | Saves the control settings into an XmlWriter. |