Class OlapCircularGauge
Represent OLAP Gauge Control, derived from CircularGauge CircularGauge
Implements
Inherited Members
Namespace: Syncfusion.Windows.Gauge.Olap
Assembly: Syncfusion.OlapGauge.WPF.dll
Syntax
[CLSCompliant(false)]
public class OlapCircularGauge : CircularGauge, IDisposable
Constructors
OlapCircularGauge()
Declaration
public OlapCircularGauge()
Fields
gaugeImage
Sets the Gauge image for OlapGauge.
Declaration
public GaugeImage gaugeImage
Field Value
Type |
---|
GaugeImage |
ShowGaugeFactorsProperty
ShowGaugeFactors Dependency Property
Declaration
public static readonly DependencyProperty ShowGaugeFactorsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowGaugeLabelsProperty
ShowGaugeLabels Dependency Property
Declaration
public static readonly DependencyProperty ShowGaugeLabelsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowMarkersTooltipProperty
ShowMarkersTooltip Dependency Property
Declaration
public static readonly DependencyProperty ShowMarkersTooltipProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowPointersTooltipProperty
ShowPointersTooltip Dependency Property
Declaration
public static readonly DependencyProperty ShowPointersTooltipProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
KpiInfo
Gets or sets the KPI info which contains the information to render the OlapGauge.
Declaration
public KpiInfo KpiInfo { get; set; }
Property Value
Type | Description |
---|---|
KpiInfo | The KPI info. |
MaxValue
Gets or sets MaxValue of the Gauge to which all the values should be converted to.
Declaration
public int MaxValue { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
If you need to render the gauge to 2 digit values then set this property MaxValue to 99.
ShowGaugeFactors
Gets or sets a value indicating whether [show gauge factors].
Declaration
public bool ShowGaugeFactors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowGaugeLabels
Gets or sets a value indicating whether [show gauge labels].
Declaration
public bool ShowGaugeLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowMarkersTooltip
Gets or sets a value indicating whether [show markers tooltip].
Declaration
public bool ShowMarkersTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowPointersTooltip
Gets or sets a value indicating whether [show pointers tooltip].
Declaration
public bool ShowPointersTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
AddGaugeImage(GaugeImage)
Method to add the OlapGauge Image.
Declaration
public void AddGaugeImage(GaugeImage tempGaugeImage)
Parameters
Type | Name | Description |
---|---|---|
GaugeImage | tempGaugeImage | the current GaugeImage |
DataBind()
Binds the Values in KpiInfo to the OlapGauge
Declaration
public void DataBind()
OnApplyTemplate()
Overring templates for applying styles in gauge
Declaration
public override void OnApplyTemplate()