Back to Devexpress

SimpleDiagram Class

corelibraries-devexpress-dot-xtracharts-2f45c60b.md

latest2.8 KB
Original Source

SimpleDiagram Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SimpleDiagram :
    Diagram,
    ISimpleDiagram,
    IDiagram,
    IScrollingZoomingOptions
vb
Public Class SimpleDiagram
    Inherits Diagram
    Implements ISimpleDiagram,
               IDiagram,
               IScrollingZoomingOptions

Remarks

The SimpleDiagram class represents a diagram type used to plot pie charts within a chart control. In addition to the settings inherited from the base Diagram class, the SimpleDiagram class implements the SimpleDiagram.Dimension and SimpleDiagram.LayoutDirection properties which are in effect when more than one pie series are displayed and respectively allow you to control the layout of pie charts within the diagram.

An object of the SimpleDiagram type can be accessed via the ChartControl.Diagram property of a chart control that displays a Pie, Doughnut or Funnel chart.

For more information, refer to Simple Diagram.

Implements

IXtraSerializable

Inheritance

Object ChartElement Diagram SimpleDiagram

See Also

SimpleDiagram Members

Simple Diagram

Simple Diagram 3D

DevExpress.XtraCharts Namespace