Class BarChartNegativeEditor
Namespace: FastReport.Olap.Forms.Highlight
Assembly: FastCube.WinForms.dll
Editor for bar chart negative.
public class BarChartNegativeEditor : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← BarChartNegativeEditor
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
BarChartNegativeEditor()
Creates a new instance.
public BarChartNegativeEditor()
Properties
Highlight
Gets or sets reference to highlight.
public ContinuousHighlight Highlight { 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.
Edit(ContinuousHighlight)
Shows edit dialog.
public static void Edit(ContinuousHighlight highlight)
Parameters
highlight
ContinuousHighlight
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.