MapDataPlotScaleToZero Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the plot on this map should be scaled from zero
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ScaleToZero { get; set; }
Public Property ScaleToZero As Boolean
Get
Set
public:
virtual property bool ScaleToZero {
bool get () sealed;
void set (bool value) sealed;
}
function get_ScaleToZero();
function set_ScaleToZero(value);
Return Value
Type:
BooleanTrue if the plot on this map should be scaled from zero
Implements
MapDataPlot_MapDataPlotScaleToZeroSee Also