zoukankan      html  css  js  c++  java
  • Dev的XtraGrid的TextPattern

    出自:https://docs.devexpress.com/CoreLibraries/DevExpress.XtraCharts.SeriesLabelBase.TextPattern

    Pattern

    Description

    {S}

    Displays the name of the series.

    {A}

    Displays a series point argument.

    {V}

    Displays series point values.

     

    Pie (Donut) series specific placeholders

    {VP}

    Displays series point values as percentages.

    {TV}

    Displays a total group value.

     

    Stacked series specific placeholders

    {VP}

    Displays series point values as percentages.

    {G}

    Displays the name of a stacked group.

    {TV}

    Displays a total group value.

     

    Bubble series specific placeholders

    {W}

    Displays the weight.

     

    Range series specific placeholders

    {V1}

    Displays the first value.

    {V2}

    Displays the second value.

    {VD}

    Displays the duration between the first and second data point values formatted using a common time format (e.g. HH:MM:SS for date time values and #.## for numeric values).

    {VDTD}

    Displays the duration between the first and second date-time data point values in days.

    {VDTH}

    Displays the duration between the first and second date-time data point values in hours.

    {VDTM}

    Displays the duration between the first and second date-time data point values in minutes.

    {VDTS}

    Displays the duration between the first and second date-time data point values in seconds.

    {VDTMS}

    Displays the duration between the first and second date-time data point values in milliseconds.

     

    Financial series specific placeholders

    {OV}

    Displays the open value.

    {HV}

    Displays the high value.

    {LV}

    Displays the low value.

    {CV}

    Displays the close value.

  • 相关阅读:
    2018上C语言程序设计(高级)作业-第0次作业
    最后一次作业-- 总结报告
    第14、15教学周作业
    第七周作业
    第六周作业
    第四周作业
    C语言--第四次作业
    C语言--第三次作业
    C-语言第二次作业(大一下)
    TRY
  • 原文地址:https://www.cnblogs.com/fabao/p/14401783.html
Copyright © 2011-2022 走看看