Class ChartSmartLabel
Defines the behavior of smart labels.
Inheritance
System.Object
ChartSmartLabel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartSmartLabel
Constructors
ChartSmartLabel()
Declaration
ChartSmartLabel(ReportSerializer)
Declaration
public ChartSmartLabel(ReportSerializer serializer)
Parameters
Properties
AllowOutSidePlotArea
Declaration
public AllowOutSidePlotArea AllowOutSidePlotArea { get; set; }
Property Value
CalloutBackColor
Declaration
public string CalloutBackColor { get; set; }
Property Value
Type |
Description |
System.String |
|
CalloutLineAnchor
Declaration
public CalloutLineAnchor CalloutLineAnchor { get; set; }
Property Value
CalloutLineColor
Declaration
public string CalloutLineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
CalloutLineStyle
Declaration
public LineStyle CalloutLineStyle { get; set; }
Property Value
CalloutLineWidth
Declaration
public Size CalloutLineWidth { get; set; }
Property Value
CalloutStyle
Declaration
public CalloutStyle CalloutStyle { get; set; }
Property Value
ChartNoMoveDirection
Declaration
public ChartNoMoveDirection ChartNoMoveDirection { get; set; }
Property Value
Disabled
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MarkerOverlapping
Declaration
public bool MarkerOverlapping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxMovingDistance
Declaration
public Size MaxMovingDistance { get; set; }
Property Value
MinMovingDistance
Declaration
public Size MinMovingDistance { get; set; }
Property Value
ShowOverlapped
Declaration
public bool ShowOverlapped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|