• λ我爱Aspx >> Asp.Net >> 用C#绘柱形图(owc编程)
  • 用C#绘柱形图(owc编程)

  • :未知  Դ:非寒日志  :2007-4-21 0:46:23  ؼ:c#
  • oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].HasValue = false;

    }

    // ------------------------------------------------------------------------

    // Not so for other chart types where values have more meaning than

    // percentages.

    // ------------------------------------------------------------------------

    else

    {

    oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].HasPercentage = false;

    oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].HasValue = true;

    }

    // ------------------------------------------------------------------------

    // Plug your own visual bells and whistles here

    // ------------------------------------------------------------------------

    oChartSpace.Charts[0].SeriesCollection[0].Caption = String.Empty;

    oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].Font.Name = "verdana";

    oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].Font.Size = 10;

    oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].Font.Bold = true;

    oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].Font.Color = "red";

    oChartSpace.Charts[0].SeriesCollection[0].DataLabelsCollection[0].Position = ChartDataLabelPositionEnum.chLabelPositionCenter;

    if (chartType == ChartChartTypeEnum.chChartTypeBarClustered ||

    chartType == ChartChartTypeEnum.chChartTypeBar3D ||

    Ҷƪл˵?
  • һƪ用JSON技术加快AJAX程序开发
    һƪJS的IE和Firefox兼容性汇编