ChartControlSettings Methods
Contains the Chart extension settings.| Name | Description |
|---|---|
| Dispose() | Disposes the ChartControlSettings object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FunnelDiagram3D(Action<FunnelDiagram3D>) | Configures the chart diagram as a 3D funnel diagram. |
| GanttDiagram(Action<GanttDiagram>) | Configures the chart diagram as a gantt diagram. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| LoadFromFile(String) | Restores the chart’s layout from the specified file. |
| LoadFromStream(Stream) | Restores the chart’s layout from the specified stream. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| PolarDiagram(Action<PolarDiagram>) | Configures the chart diagram as a polar diagram. |
| RadarDiagram(Action<RadarDiagram>) | Configures the chart diagram as a radar diagram. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RegisterSummaryFunction(String, String, Nullable<ScaleType>, Int32, SummaryFunctionArgumentDescription[], SummaryFunction) | Registers the custom summary function with the specified settings. |
| SaveToFile(String) | Saves the chart’s layout to the specified file. |
| SaveToStream(Stream) | Saves the chart’s layout to the specified stream. |
| SimpleDiagram(Action<SimpleDiagram>) | Configures the chart diagram as a simple diagram. |
| SimpleDiagram3D(Action<SimpleDiagram3D>) | Configures the chart diagram as a 3D simple diagram. |
| SwiftPlotDiagram(Action<SwiftPlotDiagram>) | Configures the chart diagram as a swift plot diagram. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| XYDiagram(Action<XYDiagram>) | Configures the chart diagram as a XY-diagram. |
| XYDiagram3D(Action<XYDiagram3D>) | Configures the chart diagram as a pseudo 3D XY (Cartesian) diagram. |
See Also