Class ChartEditorForm
Namespace: FastReport.Olap.Chart
Assembly: FastCube.Mono.Chart.dll
Form for chart editing.
public class ChartEditorForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← ChartEditorForm
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
ChartEditorForm()
Creates a default instance
public ChartEditorForm()
Properties
Chart
Gets or sets current chart component.
public Chart Chart { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true if managed resources should be disposed; otherwise, false.
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.
UpdateChart()
Updates the chart component.
public void UpdateChart()