Class ChartStripLine
Represents a custom strip line for an axis
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.ReportControls.Wpf.dll
Syntax
public class ChartStripLine
Constructors
ChartStripLine()
Declaration
ChartStripLine(ReportSerializer)
Declaration
public ChartStripLine(ReportSerializer serializer)
Parameters
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Interval
Declaration
public string Interval { get; set; }
Property Value
Type |
Description |
System.String |
|
IntervalOffset
Declaration
public string IntervalOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
IntervalOffsetType
Declaration
public IntervalType IntervalOffsetType { get; set; }
Property Value
IntervalType
Declaration
public IntervalType IntervalType { get; set; }
Property Value
StripWidth
Declaration
public string StripWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
StripWidthType
Declaration
public IntervalType StripWidthType { get; set; }
Property Value
Style
Declaration
public Style Style { get; set; }
Property Value
TextOrientation
Declaration
public TextOrientation TextOrientation { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|