Back to Devexpress

SimpleDiagram Members

corelibraries-devexpress-dot-xtracharts-dot-simplediagram-dot-underscore-members.md

latest6.0 KB
Original Source

SimpleDiagram Members

Represents a diagram that is used to plot series of the pie view type.

Constructors

NameDescription
SimpleDiagram()Initializes a new instance of the SimpleDiagram class with the default settings.

Properties

NameDescription
AxisLabelsResolveOverlappingMinIndentThis property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
CustomPanelGets or sets a custom panel that is used to arrange pie (doughnut) series on a chart diagram.
DimensionGets or sets the number of pie charts that can be displayed in one line (row or column).
DrillDownOptionsReturns mouse actions and hotkey settings for the Drill Down feature.
EqualPieSizeGets or sets a value that specifies whether pies in a chart are equal in size.
HiddenObjectObsolete. Gets or sets an object used to support serialization in a Diagram. Inherited from Diagram.
LabelsResolveOverlappingMinIndentThis property is hidden, and it is intended for serialization purposes only. Inherited from Diagram.
LayoutDirectionGets or sets a value that specifies whether the chart control positions multiple pies vertically (in columns) or horizontally (in rows).
MarginsSpecifies the indent between the diagram‘s edge and other chart elements (e.g. legend and chart titles), in pixels.
SelectionOptionsReturns mouse actions and hotkey settings for the Selection feature.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TypeNameSerializableGets the string value used to support serialization of the diagram type. Inherited from Diagram.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the SimpleDiagram object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
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.
ToString()Returns the textual representation of the chart element. Inherited from ChartElement.

See Also

SimpleDiagram Class

DevExpress.XtraCharts Namespace