Labels and markers have to be shifted if there is more than one series for column chart. This property will give a name of the series, which is used, for labels and markers. NOT USED IN POINT CHART.
Syntax
Visual Basic (Declaration) |
|
Public Overridable Property ShiftedSerName As String |
Visual Basic (Usage) |
Copy Code |
Dim instance As PointChart
Dim value As String
instance.ShiftedSerName = value
value = instance.ShiftedSerName
|
C# |
|
public virtual string ShiftedSerName {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also