Table of Contents

Class ChartEditorForm

Namespace: FastReport.Olap.Chart
Assembly: FastCube.Mono.Chart.dll

Form for chart editing.

public class ChartEditorForm : BaseDialogForm

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormBaseDialogFormChartEditorForm

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

Chart

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()