[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DStyle

Chart3DStyle Class

Represents style for drawing scatter charts.

Inheritance
Notifier
Chart3DStyle
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DStyle : Notifier

Constructors

Name Description
Chart3DStyle()

Initializes a new instance of the Chart3DStyle class.

Chart3DStyle(Chart3DSymbolStyle, Chart3DLineStyle)

Initializes a new instance of the Chart3DStyle class.

Properties

Name Description
LineStyle

Gets or sets the LineStyle which specifies the color, pattern, and thickness of drop lines in scatter plots.

SymbolStyle

Gets or sets the SymbolStyle which specifies the color, size, and shape of points in scatter plots.

Methods

Name Description
SetOwner(INotifyChanges)

Sets the owner object.

ToString()

Returns a string that represents the current Chart3DStyle.