ComponentOne Chart for WPF and Silverlight
Style Property (Shape3D)


C1.WPF.C1Chart Namespace > Shape3D Class : Style Property
Gets or sets the plot style.
Syntax
'Declaration
 
Public Overridable Property Style As PlotStyle
'Usage
 
Dim instance As Shape3D
Dim value As PlotStyle
 
instance.Style = value
 
value = instance.Style
public virtual PlotStyle Style {get; set;}
See Also

Reference

Shape3D Class
Shape3D Members