Enumerazione BarStartTypes
Specifies where a linear pointer will start if Type is set to Bar.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Enumeration BarStartTypes
'Utilizzo
Dim instance As BarStartTypes
public enum BarStartTypes
public enum class BarStartTypes
type BarStartTypes
public enum BarStartTypes
Membri
Nome membro | Descrizione | |
---|---|---|
ScaleStart | The bar starts from the starting point of the LinearScale. | |
Zero | The bar starts from the zero point of the LinearScale. |