MustRenderSegment2D Method
See Also 
Xceed.Chart.Core Assembly > Xceed.Chart.Core Namespace > Series Class : MustRenderSegment2D Method


This member is reserved for internal use and is not intended to be used directly from your code.

Syntax

Visual Basic (Declaration) 
Protected Function MustRenderSegment2D() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Boolean
 
value = instance.MustRenderSegment2D()
C# 
protected bool MustRenderSegment2D()

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also