CustomTickmarkTextEventArgs(String, Single) Constructor
Initializes a new instance of the CustomTickmarkTextEventArgs class with the specified settings.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A string value used to initialize the CustomTickmarkTextEventArgs.Text property. |
value | Single | A Single value used to initialize the CustomTickmarkTextEventArgs.Value property. |
See Also