ASP.NET MVC Controls
LabelPosition Enumeration

Specifies the position of data labels on the chart.
Syntax
'Declaration
 
Public Enum LabelPosition 
   Inherits System.Enum
public enum LabelPosition : System.Enum 
Members
MemberDescription
BottomThe labels appear below the data points.
CenterThe labels appear centered on the data points.
LeftThe labels appear to the left of the data points.
NoneNo data labels appear.
RightThe labels appear to the right of the data points.
TopThe labels appear above the data points.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Chart.LabelPosition

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

C1.Web.Mvc.Chart Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback