Class GaugePanelModel
Inheritance
System.Object
GaugePanelModel
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 GaugePanelModel : IReportDispose, IDisposable
Constructors
GaugePanelModel()
Declaration
Properties
AntiAliasing
Declaration
public string AntiAliasing { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BookMark
Declaration
public string BookMark { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Declaration
public BorderVal Border { get; set; }
Property Value
DocumentMapModel
Declaration
public string DocumentMapModel { get; set; }
Property Value
Type |
Description |
System.String |
|
GaugeFrame
Declaration
public FrameProperties GaugeFrame { get; set; }
Property Value
GaugeLabel
Declaration
public List<GaugeLabelProperties> GaugeLabel { get; set; }
Property Value
Indicator
Declaration
public List<IndicatorProperties> Indicator { get; set; }
Property Value
LinearGauges
Declaration
public List<GaugeProperties> LinearGauges { get; set; }
Property Value
PageName
Declaration
public string PageName { get; set; }
Property Value
Type |
Description |
System.String |
|
RadialGauges
Declaration
public List<GaugeProperties> RadialGauges { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Dispose()
Declaration
Implements
System.IDisposable