Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • DateTimeLabelFormat(DateTimeMeasureUnit, String) Constructor

    Initializes a new instance of the DateTimeLabelFormat class with specified settings.

    Namespace: DevExpress.Xamarin.Android.Charts

    Assembly: DevExpress.Xamarin.Android.Charts.dll

    NuGet Package: DevExpress.XamarinForms.Charts

    Declaration

    public DateTimeLabelFormat(
        DateTimeMeasureUnit measureUnit,
        string format
    )

    Parameters

    Name Type
    measureUnit DateTimeMeasureUnit
    format String
    See Also