GaugeScale.MinimumValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the minimum value for the scale.
public:
property Microsoft::ReportingServices::RdlObjectModel::GaugeInputValue ^ MinimumValue { Microsoft::ReportingServices::RdlObjectModel::GaugeInputValue ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::GaugeInputValue ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue MinimumValue { get; set; }
member this.MinimumValue : Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue with get, set
Public Property MinimumValue As GaugeInputValue
Property Value
A GaugeInputValue object.