Represents custom attributes of a ChartSeries object.

The ChartSeriesCustomProperties..::..PyramidProps type exposes the following members.

Properties

  Name Description
Public property CalloutLineColor
Gets or sets the CalloutLineColor for the data point labels of Funnel or Pyramid charts. Default: Color.Empty (auto color).
(Inherited from ChartSeriesCustomProperties..::..FunnelPyramidPropsBase.)
Public property InsideLabelAlignment
Gets or sets the vertical alignment of data point labels placed inside the pyramid. Default: Center.
Public property LabelStyle
Gets or sets a Pyramid chart data point labels style. Default: OutsideInColumn.
Public property MinPointHeight
Gets or sets the minimum height of data points, in relative coordinates. This attribute can be used to make very small pyramid segments visible. Default: 0.
Public property OutsideLabelPlacement
Gets or sets the outside labels placement, relative to the pyramid. Default: Right.
Public property Owner
Gets ChartSeriesCustomProperties owning this object.
(Inherited from ChartSeriesCustomProperties..::..PropsBase.)
Public property PointGap
Gets or sets the gap size between points, in relative coordinates. Default: 0.
Public property ThreeDDrawingStyle
Gets or sets the drawing style of a 3D Pyramid chart. Default: SquareBase.
Public property ThreeDRotationAngle
Gets or sets the 3D rotation angle of the pyramid. Default: 5.
Public property ValueType
Gets or sets if data point values represent a linear height of the segment or it's surface. Default: Linear.

See Also