Back to Devexpress

ChartDesigner Members

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-dot-underscore-members.md

latest7.1 KB
Original Source

ChartDesigner Members

The class representing the Chart Designer used to design a chart at runtime.

Constructors

NameDescription
ChartDesigner(Object, IDesignerHost)Creates an instance of the ChartDesigner class.
ChartDesigner(Object)Creates an instance of the ChartDesigner class.

Properties

NameDescription
AddElementMenuOptionsReturns options of the Add Element menu.
AvailableViewTypesGets or sets a list of groups of series views available to show on the chart.
CaptionGets or sets the Designer form caption.
ChartTreePanelWidth
EnableLargeDataSetWarningGets or sets the value indicating whether the warning about possible freezes on large data sets should be shown.
IconGets or sets the Designer form icon.
MaxSize
MinSize
PropertiesPanelWidth
ShowActualDataSpecifies whether to use sample data or data from the underlying data source to build a chart for the Chart Designer’s preview.
ShowIconGets or sets the value indicating whether the Designer form icon should be shown.
Size

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterCustomModelType(Type, Type)Associates a model type with a chart element type.
ShowDialog()Invokes the Chart Designer for the chart control.
ShowDialog(UserLookAndFeel, Boolean)Invokes the Chart Designer for the chart control with the Look And Feel painting scheme applied and specified topmost parameter indicating whether the chart wizard is the topmost dialog box..
ShowDialog(UserLookAndFeel)Invokes the Chart Designer for the chart control with Look And Feel painting scheme applied.
ShowDialog(Boolean)Invokes the Chart Wizard for the chart control with the specified topmost parameter indicating whether the chart wizard is displayed on top.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ChartElementHighlightingOccurs when chart element highlighting begins.
ChartElementSelectingOccurs when chart element selection begins.
ChartStructureUpdatingUsed to customize the Chart Designer Elements’ Tree.
HelpRequestedOccurs when a user requests help for the Chart Designer.
PropertyDescriptorsCustomizingOccurs when property descriptor customization required.

See Also

ChartDesigner Class

DevExpress.XtraCharts.Designer Namespace