Class PivotViewStripLineBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewStripLineBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewStripLineBuilder : ControlBuilder
Constructors
PivotViewStripLineBuilder()
Declaration
public PivotViewStripLineBuilder()
PivotViewStripLineBuilder(List<PivotViewStripLine>)
Declaration
public PivotViewStripLineBuilder(List<PivotViewStripLine> collection)
Parameters
Methods
Add()
Declaration
Border(StripLinesPrimaryXAxisBorder)
Allows to set the border of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder Border(StripLinesPrimaryXAxisBorder border)
Parameters
Returns
Border(Action<PivotViewPivotChartSeriesBorderBuilder>)
Declaration
public PivotViewStripLineBuilder Border(Action<PivotViewPivotChartSeriesBorderBuilder> border)
Parameters
Returns
Color(String)
Allows to set the color of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder Color(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
Returns
DashArray(String)
Allows to set the dash Array of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder DashArray(string dashArray)
Parameters
Type |
Name |
Description |
System.String |
dashArray |
|
Returns
End(Double)
Allows to set the end value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder End(double end)
Parameters
Type |
Name |
Description |
System.Double |
end |
|
Returns
End(String)
Allows to set the end value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder End(string end)
Parameters
Type |
Name |
Description |
System.String |
end |
|
Returns
HorizontalAlignment(Object)
Allows to set 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
public PivotViewStripLineBuilder HorizontalAlignment(object horizontalAlignment)
Parameters
Type |
Name |
Description |
System.Object |
horizontalAlignment |
|
Returns
IsRepeat(Boolean)
Allows to set the isRepeat value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder IsRepeat(bool isRepeat)
Parameters
Type |
Name |
Description |
System.Boolean |
isRepeat |
|
Returns
IsSegmented(Boolean)
Allows to set the isSegmented value of the pivot chart strip line
Declaration
public PivotViewStripLineBuilder IsSegmented(bool isSegmented)
Parameters
Type |
Name |
Description |
System.Boolean |
isSegmented |
|
Returns
Opacity(Double)
Declaration
public PivotViewStripLineBuilder Opacity(double opacity)
Parameters
Type |
Name |
Description |
System.Double |
opacity |
|
Returns
RepeatEvery(Double)
Allows to set the repeatEvery value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder RepeatEvery(double repeatEvery)
Parameters
Type |
Name |
Description |
System.Double |
repeatEvery |
|
Returns
RepeatEvery(String)
Allows to set the repeatEvery value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder RepeatEvery(string repeatEvery)
Parameters
Type |
Name |
Description |
System.String |
repeatEvery |
|
Returns
RepeatUntil(Double)
Allows to set the repeatUntil value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder RepeatUntil(double repeatUntil)
Parameters
Type |
Name |
Description |
System.Double |
repeatUntil |
|
Returns
RepeatUntil(String)
Allows to set the repeatUntil value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder RepeatUntil(string repeatUntil)
Parameters
Type |
Name |
Description |
System.String |
repeatUntil |
|
Returns
Rotation(Double)
Allows to set the angle to which the strip line text gets rotated.
Declaration
public PivotViewStripLineBuilder Rotation(double rotation)
Parameters
Type |
Name |
Description |
System.Double |
rotation |
|
Returns
SegmentAxisName(String)
Allows to set the segmentAxisName of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder SegmentAxisName(string segmentAxisName)
Parameters
Type |
Name |
Description |
System.String |
segmentAxisName |
|
Returns
SegmentEnd(Double)
Allows to set the segmentEnd value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder SegmentEnd(double segmentEnd)
Parameters
Type |
Name |
Description |
System.Double |
segmentEnd |
|
Returns
SegmentEnd(String)
Allows to set the segmentEnd value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder SegmentEnd(string segmentEnd)
Parameters
Type |
Name |
Description |
System.String |
segmentEnd |
|
Returns
SegmentStart(Double)
Allows to set the segmentStart value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder SegmentStart(double segmentStart)
Parameters
Type |
Name |
Description |
System.Double |
segmentStart |
|
Returns
SegmentStart(String)
Allows to set the segmentStart value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder SegmentStart(string segmentStart)
Parameters
Type |
Name |
Description |
System.String |
segmentStart |
|
Returns
Size(Double)
Allows to set the size of the pivot chart strip line, when it starts from the origin.
Declaration
public PivotViewStripLineBuilder Size(double size)
Parameters
Type |
Name |
Description |
System.Double |
size |
|
Returns
SizeType(Object)
Allows to set the size type of the pivot chart strip line
Declaration
public PivotViewStripLineBuilder SizeType(object sizeType)
Parameters
Type |
Name |
Description |
System.Object |
sizeType |
|
Returns
Start(Double)
Allows to set the start value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder Start(double start)
Parameters
Type |
Name |
Description |
System.Double |
start |
|
Returns
Start(String)
Allows to set the start value of the pivot chart strip line.
Declaration
public PivotViewStripLineBuilder Start(string start)
Parameters
Type |
Name |
Description |
System.String |
start |
|
Returns
StartFromAxis(Boolean)
If set true, strip line get render from pivot chart axis origin.
Declaration
public PivotViewStripLineBuilder StartFromAxis(bool startFromAxis)
Parameters
Type |
Name |
Description |
System.Boolean |
startFromAxis |
|
Returns
Text(String)
Allows to set the strip line text.
Declaration
public PivotViewStripLineBuilder Text(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
TextStyle(StripLinesPrimaryXAxisTextStyle)
Allows options to customize the strip line text.
Declaration
public PivotViewStripLineBuilder TextStyle(StripLinesPrimaryXAxisTextStyle textStyle)
Parameters
Returns
TextStyle(Action<PivotViewPivotChartAxisFontBuilder>)
Declaration
public PivotViewStripLineBuilder TextStyle(Action<PivotViewPivotChartAxisFontBuilder> textStyle)
Parameters
Returns
VerticalAlignment(Object)
Allows to set 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
public PivotViewStripLineBuilder VerticalAlignment(object verticalAlignment)
Parameters
Type |
Name |
Description |
System.Object |
verticalAlignment |
|
Returns
Visible(Boolean)
If set true, strip line for pivot chart axis renders.
Declaration
public PivotViewStripLineBuilder Visible(bool visible)
Parameters
Type |
Name |
Description |
System.Boolean |
visible |
|
Returns
ZIndex(Object)
Allows to set 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
public PivotViewStripLineBuilder ZIndex(object zIndex)
Parameters
Type |
Name |
Description |
System.Object |
zIndex |
|
Returns