Represents symbol properties used in scatter plots for the points in a series.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DSymbolStyle : Notifier
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DSymbolStyle _
	Inherits Notifier

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Notifier
    C1.Win.C1Chart3D..::..Chart3DSymbolStyle

See Also