Class ChartStripLine
Inheritance
Inherited Members
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartStripLine : EJTagHelper
Constructors
ChartStripLine()
Declaration
public ChartStripLine()
Properties
Border
Border of the strip line.
Declaration
[HtmlAttributeName("border")]
public ChartBorder Border { get; set; }
Property Value
Type | Description |
---|---|
ChartBorder | The default value is null |
Color
Color of the strip line.
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#808080" |
DashArray
Dash Array of the strip line.
Declaration
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
End
End value of the strip line.
Declaration
[HtmlAttributeName("end")]
public object End { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
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
Type | Description |
---|---|
Anchor | The default value is Anchor.Middle |
IsRepeat
isRepeat value of the strip line.
Declaration
[HtmlAttributeName("isRepeat")]
public bool IsRepeat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
IsSegmented
isSegmented value of the strip line.
Declaration
[HtmlAttributeName("isSegmented")]
public bool IsSegmented { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Opacity
Strip line Opacity.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
RepeatEvery
repeatEvery value of the strip line.
Declaration
[HtmlAttributeName("repeatEvery")]
public object RepeatEvery { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
RepeatUntil
repeatUntil value of the strip line.
Declaration
[HtmlAttributeName("repeatUntil")]
public object RepeatUntil { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
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 | The default value is Double.NaN |
SegmentAxisName
segmentAxisName of the strip line.
Declaration
[HtmlAttributeName("segmentAxisName")]
public string SegmentAxisName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
SegmentEnd
segmentEnd value of the strip line.
Declaration
[HtmlAttributeName("segmentEnd")]
public object SegmentEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
SegmentStart
segmentStart value of the strip line.
Declaration
[HtmlAttributeName("segmentStart")]
public object SegmentStart { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
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 | The default value is Double.NaN |
SizeType
Size type of the strip line.
Declaration
[HtmlAttributeName("sizeType")]
public SizeType SizeType { get; set; }
Property Value
Type | Description |
---|---|
SizeType | The default value is SizeType.Auto |
Start
Start value of the strip line.
Declaration
[HtmlAttributeName("start")]
public object Start { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
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 | The default value is null |
Text
Strip line text.
Declaration
[HtmlAttributeName("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TextStyle
Options to customize the strip line text.
Declaration
[HtmlAttributeName("textStyle")]
public ChartFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
ChartFont | The default value is null |
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
Type | Description |
---|---|
Anchor | The default value is Anchor.Middle |
Visible
If set true, strip line for axis renders.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
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
Type | Description |
---|---|
ZIndex | The default value is ZIndex.Behind |