Xceed Chart for WinForms v4.4 Documentation
SphereDetail Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PointSeries Class : SphereDetail Property
When the point style is set to Sphere this property controls the level of detail of the spheres.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the level of detail of spheres.")>
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
Public Property SphereDetail As LevelOfDetail
'Usage
 
Dim instance As PointSeries
Dim value As LevelOfDetail
 
instance.SphereDetail = value
 
value = instance.SphereDetail
[Description("Controls the level of detail of spheres.")]
[DefaultValue()]
[Category("Options")]
public LevelOfDetail SphereDetail {get; set;}
Remarks
The default level of detail is set to Highest. You can decrease the level of detail to speed-up rendering when displaying multiple data points.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PointSeries Class
PointSeries Members