Class ChartStripLine
Inheritance
System.Object
ChartStripLine
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.EJ2.dll
Syntax
public class ChartStripLine : EJTagHelper
Constructors
ChartStripLine()
Declaration
Properties
Border
Border of the strip line.
Declaration
[HtmlAttributeName("border")]
public ChartBorder Border { get; set; }
Property Value
Color
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
DashArray
Dash Array of the strip line.
Declaration
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
End
End value of the strip line.
Declaration
[HtmlAttributeName("end")]
public object End { get; set; }
Property Value
Type |
Description |
System.Object |
|
HorizontalAlignment
Defines the position of the strip line text horizontally. They are,
Start: Places the strip line text at the start.
Middle: Places the strip line text in the middle.
End: Places the strip line text at the end.
Declaration
[HtmlAttributeName("horizontalAlignment")]
public Anchor HorizontalAlignment { get; set; }
Property Value
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsRepeat
isRepeat value of the strip line.
Declaration
[HtmlAttributeName("isRepeat")]
public bool IsRepeat { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSegmented
isSegmented value of the strip line
Declaration
[HtmlAttributeName("isSegmented")]
public bool IsSegmented { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Opacity
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
RepeatEvery
repeatEvery value of the strip line.
Declaration
[HtmlAttributeName("repeatEvery")]
public object RepeatEvery { get; set; }
Property Value
Type |
Description |
System.Object |
|
RepeatUntil
repeatUntil value of the strip line.
Declaration
[HtmlAttributeName("repeatUntil")]
public object RepeatUntil { get; set; }
Property Value
Type |
Description |
System.Object |
|
Rotation
The angle to which the strip line text gets rotated.
Declaration
[HtmlAttributeName("rotation")]
public double Rotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
SegmentAxisName
segmentAxisName of the strip line.
Declaration
[HtmlAttributeName("segmentAxisName")]
public string SegmentAxisName { get; set; }
Property Value
Type |
Description |
System.String |
|
SegmentEnd
segmentEnd value of the strip line.
Declaration
[HtmlAttributeName("segmentEnd")]
public object SegmentEnd { get; set; }
Property Value
Type |
Description |
System.Object |
|
SegmentStart
segmentStart value of the strip line.
Declaration
[HtmlAttributeName("segmentStart")]
public object SegmentStart { get; set; }
Property Value
Type |
Description |
System.Object |
|
Size
Size of the strip line, when it starts from the origin.
Declaration
[HtmlAttributeName("size")]
public double Size { get; set; }
Property Value
Type |
Description |
System.Double |
|
SizeType
Size type of the strip line
Declaration
[HtmlAttributeName("sizeType")]
public SizeType SizeType { get; set; }
Property Value
Start
Start value of the strip line.
Declaration
[HtmlAttributeName("start")]
public object Start { get; set; }
Property Value
Type |
Description |
System.Object |
|
StartFromAxis
If set true, strip line get render from axis origin.
Declaration
[HtmlAttributeName("startFromAxis")]
public bool StartFromAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Text
Declaration
[HtmlAttributeName("text")]
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
Options to customize the strip line text.
Declaration
[HtmlAttributeName("textStyle")]
public ChartFont TextStyle { get; set; }
Property Value
VerticalAlignment
Defines the position of the strip line text vertically. They are,
Start: Places the strip line text at the start.
Middle: Places the strip line text in the middle.
End: Places the strip line text at the end.
Declaration
[HtmlAttributeName("verticalAlignment")]
public Anchor VerticalAlignment { get; set; }
Property Value
Visible
If set true, strip line for axis renders.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ZIndex
Specifies the order of the strip line. They are,
Behind: Places the strip line behind the series elements.
Over: Places the strip line over the series elements.
Declaration
[HtmlAttributeName("zIndex")]
public ZIndex ZIndex { get; set; }
Property Value