Class LinearPointerProperties
Inheritance
System.Object
LinearPointerProperties
Implements
System.IDisposable
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 LinearPointerProperties : IReportDispose, IDisposable
Constructors
LinearPointerProperties()
Declaration
public LinearPointerProperties()
Properties
BarBackgroundColor
Declaration
public string BarBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BarBorderColor
Declaration
public string BarBorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BarBorderWidth
Declaration
public double BarBorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
BarDistanceFromScale
Declaration
public double BarDistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
BarValue
Declaration
public double BarValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
BarWidth
Declaration
public double BarWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerBackgroundColor
Declaration
public string MarkerBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerBorderColor
Declaration
public string MarkerBorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerBorderWidth
Declaration
public double MarkerBorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerDistanceFromScale
Declaration
public double MarkerDistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerLength
Declaration
public double MarkerLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerStyle
Declaration
public string MarkerStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerValue
Declaration
public double MarkerValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerWidth
Declaration
public double MarkerWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Dispose()
Declaration
Implements
System.IDisposable