microsoft.reportviewer.common.dll.meta
上传用户:asa1698
上传日期:2022-01-15
资源大小:8015k
文件大小:2322k
源码类别:

DVD

开发平台:

C#

  1.     Boolean IsReadOnly 'get ' : 
  2.     Int32 Count 'get ' : 
  3.     Boolean IsSynchronized 'get ' : 
  4.     System.Object SyncRoot 'get ' : 
  5.   Methods:
  6.     get_Item(Int32): PrivateScope, Public, HideBySig, SpecialName
  7.     set_Item(Int32, MapArea): PrivateScope, Public, HideBySig, SpecialName
  8.     get_IsFixedSize(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  9.     get_IsReadOnly(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  10.     Clear(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  11.     Contains(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  12.     IndexOf(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  13.     Remove(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  14.     RemoveAt(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  15.     Add(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  16.     Insert(Int32, MapArea): PrivateScope, Public, HideBySig
  17.     Insert(Int32, Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  18.     get_Count(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  19.     get_IsSynchronized(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  20.     get_SyncRoot(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  21.     CopyTo(Array, Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  22.     GetEnumerator(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  23.     Add(String, String, String, GraphicsPath): PrivateScope, Public, HideBySig
  24.     Add(String, String, String, RectangleF): PrivateScope, Public, HideBySig
  25.     Add(MapAreaShape, String, String, String, Single[]): PrivateScope, Public, HideBySig
  26.     Insert(Int32, String, String, String, GraphicsPath): PrivateScope, Public, HideBySig
  27.     Insert(Int32, String, String, String, GraphicsPath, Boolean, ChartGraphics): PrivateScope, Assembly, HideBySig
  28.     Insert(Int32, String, String, String, RectangleF): PrivateScope, Public, HideBySig
  29.     Insert(Int32, MapAreaShape, String, String, String, Single[]): PrivateScope, Public, HideBySig
  30.     RemoveNonCustom(): PrivateScope, Assembly, HideBySig
  31. Struct Dundas.Charting.WebControl.LabelRow: AutoLayout, AnsiClass, Class, Sealed
  32.   :System.Enum
  33.   Fields:
  34.     Int32 value__ : Public, SpecialName, RTSpecialName
  35.     Dundas.Charting.WebControl.LabelRow First = 0 : Public, Static, Literal, HasDefault
  36.     Dundas.Charting.WebControl.LabelRow Second = 1 : Public, Static, Literal, HasDefault
  37. Struct Dundas.Charting.WebControl.LabelMark: AutoLayout, AnsiClass, Class, Sealed
  38.   :System.Enum
  39.   Fields:
  40.     Int32 value__ : Public, SpecialName, RTSpecialName
  41.     Dundas.Charting.WebControl.LabelMark None = 0 : Public, Static, Literal, HasDefault
  42.     Dundas.Charting.WebControl.LabelMark SideMark = 1 : Public, Static, Literal, HasDefault
  43.     Dundas.Charting.WebControl.LabelMark LineSideMark = 2 : Public, Static, Literal, HasDefault
  44. Struct Dundas.Charting.WebControl.GridTick: AutoLayout, AnsiClass, Class, Sealed
  45.   :System.Enum
  46.   Fields:
  47.     Int32 value__ : Public, SpecialName, RTSpecialName
  48.     Dundas.Charting.WebControl.GridTick None = 0 : Public, Static, Literal, HasDefault
  49.     Dundas.Charting.WebControl.GridTick TickMark = 1 : Public, Static, Literal, HasDefault
  50.     Dundas.Charting.WebControl.GridTick GridLine = 2 : Public, Static, Literal, HasDefault
  51.     Dundas.Charting.WebControl.GridTick All = 3 : Public, Static, Literal, HasDefault
  52. Struct Dundas.Charting.WebControl.CircularAxisLabelsStyle: AutoLayout, AnsiClass, Class, Sealed
  53.   :System.Enum
  54.   Fields:
  55.     Int32 value__ : Public, SpecialName, RTSpecialName
  56.     Dundas.Charting.WebControl.CircularAxisLabelsStyle Auto = 0 : Public, Static, Literal, HasDefault
  57.     Dundas.Charting.WebControl.CircularAxisLabelsStyle Circular = 1 : Public, Static, Literal, HasDefault
  58.     Dundas.Charting.WebControl.CircularAxisLabelsStyle Horizontal = 2 : Public, Static, Literal, HasDefault
  59.     Dundas.Charting.WebControl.CircularAxisLabelsStyle Radial = 3 : Public, Static, Literal, HasDefault
  60. Class Dundas.Charting.WebControl.CustomLabelsCollection: AutoLayout, AnsiClass, Class, BeforeFieldInit
  61.     Void .ctor(Dundas.Charting.WebControl.Axis): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  62.   Interfaces:
  63.     System.Collections.IList
  64.     System.Collections.ICollection
  65.     System.Collections.IEnumerable
  66.   Fields:
  67.     Dundas.Charting.WebControl.Axis axis : Assembly
  68.   Properties:
  69.     Dundas.Charting.WebControl.CustomLabel Item [Int32] 'get set' : 
  70.     Boolean IsFixedSize 'get ' : 
  71.     Boolean IsReadOnly 'get ' : 
  72.     Int32 Count 'get ' : 
  73.     Boolean IsSynchronized 'get ' : 
  74.     System.Object SyncRoot 'get ' : 
  75.   Methods:
  76.     Add(Double, Double, String): PrivateScope, Public, HideBySig
  77.     Add(Double, Double, String, Boolean): PrivateScope, Assembly, HideBySig
  78.     Add(Double, Double, String, LabelRow, LabelMark): PrivateScope, Public, HideBySig
  79.     Add(Double, Double, String, Int32, LabelMark): PrivateScope, Public, HideBySig
  80.     Add(Double, Double, String, LabelRow, LabelMark, GridTick): PrivateScope, Public, HideBySig
  81.     Add(Double, Double, String, Int32, LabelMark, GridTick): PrivateScope, Public, HideBySig
  82.     Add(Double, DateTimeIntervalType, Double, Double, String, LabelRow, LabelMark): PrivateScope, Public, HideBySig
  83.     Add(Double, DateTimeIntervalType, Double, Double, String, Int32, LabelMark): PrivateScope, Public, HideBySig
  84.     Add(Double, DateTimeIntervalType): PrivateScope, Public, HideBySig
  85.     Add(Double, DateTimeIntervalType, String): PrivateScope, Public, HideBySig
  86.     Add(Double, DateTimeIntervalType, String, LabelRow, LabelMark): PrivateScope, Public, HideBySig
  87.     Add(Double, DateTimeIntervalType, String, Int32, LabelMark): PrivateScope, Public, HideBySig
  88.     get_Item(Int32): PrivateScope, Public, HideBySig, SpecialName
  89.     set_Item(Int32, CustomLabel): PrivateScope, Public, HideBySig, SpecialName
  90.     get_IsFixedSize(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  91.     get_IsReadOnly(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  92.     Clear(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  93.     Contains(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  94.     IndexOf(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  95.     Remove(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  96.     RemoveAt(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  97.     Add(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  98.     Insert(Int32, CustomLabel): PrivateScope, Public, HideBySig
  99.     Insert(Int32, Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  100.     get_Count(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  101.     get_IsSynchronized(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  102.     get_SyncRoot(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  103.     CopyTo(Array, Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  104.     GetEnumerator(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  105. Class Dundas.Charting.WebControl.CustomLabel: AutoLayout, AnsiClass, Class, BeforeFieldInit
  106.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  107.     Void .ctor(Double, Double, System.String, Int32, Dundas.Charting.WebControl.LabelMark): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  108.     Void .ctor(Double, Double, System.String, Int32, Dundas.Charting.WebControl.LabelMark, Dundas.Charting.WebControl.GridTick): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  109.     Void .ctor(Double, Double, System.String, Dundas.Charting.WebControl.LabelRow, Dundas.Charting.WebControl.LabelMark): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  110.     Void .ctor(Double, Double, System.String, Dundas.Charting.WebControl.LabelRow, Dundas.Charting.WebControl.LabelMark, Dundas.Charting.WebControl.GridTick): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  111.   Fields:
  112.     Dundas.Charting.WebControl.Axis axis : Assembly
  113.     Boolean customLabel : Assembly
  114.   Properties:
  115.     System.String Name 'get set' : 
  116.     Dundas.Charting.WebControl.GridTick GridTick 'get set' : 
  117.     Double From 'get set' : 
  118.     Double To  'get set' : 
  119.     System.String Text 'get set' : 
  120.     Dundas.Charting.WebControl.LabelRow Row 'get set' : 
  121.     Int32 RowIndex 'get set' : 
  122.     Dundas.Charting.WebControl.LabelMark LabelMark 'get set' : 
  123.   Methods:
  124.     GetAxis(): PrivateScope, Public, HideBySig
  125.     get_Name(): PrivateScope, Public, HideBySig, SpecialName
  126.     set_Name(String): PrivateScope, Public, HideBySig, SpecialName
  127.     get_GridTick(): PrivateScope, Public, HideBySig, SpecialName
  128.     set_GridTick(GridTick): PrivateScope, Public, HideBySig, SpecialName
  129.     get_From(): PrivateScope, Public, HideBySig, SpecialName
  130.     set_From(Double): PrivateScope, Public, HideBySig, SpecialName
  131.     get_To(): PrivateScope, Public, HideBySig, SpecialName
  132.     set_To(Double): PrivateScope, Public, HideBySig, SpecialName
  133.     get_Text(): PrivateScope, Public, HideBySig, SpecialName
  134.     set_Text(String): PrivateScope, Public, HideBySig, SpecialName
  135.     get_Row(): PrivateScope, Public, HideBySig, SpecialName
  136.     set_Row(LabelRow): PrivateScope, Public, HideBySig, SpecialName
  137.     get_RowIndex(): PrivateScope, Public, HideBySig, SpecialName
  138.     set_RowIndex(Int32): PrivateScope, Public, HideBySig, SpecialName
  139.     get_LabelMark(): PrivateScope, Public, HideBySig, SpecialName
  140.     set_LabelMark(LabelMark): PrivateScope, Public, HideBySig, SpecialName
  141. Class Dundas.Charting.WebControl.Label: AutoLayout, AnsiClass, Class, BeforeFieldInit
  142.   :Dundas.Charting.WebControl.ChartElement
  143.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  144.     Void .ctor(Dundas.Charting.WebControl.Axis): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  145.   Fields:
  146.     Dundas.Charting.WebControl.Axis axis : Assembly
  147.     Double intervalOffset : Assembly
  148.     Double interval : Assembly
  149.     Dundas.Charting.WebControl.DateTimeIntervalType intervalType : Assembly
  150.     Dundas.Charting.WebControl.DateTimeIntervalType intervalOffsetType : Assembly
  151.     Int32 fontAngle : Assembly
  152.     Boolean offsetLabels : Assembly
  153.   Properties:
  154.     Double IntervalOffset 'get set' : 
  155.     Dundas.Charting.WebControl.DateTimeIntervalType IntervalOffsetType 'get set' : 
  156.     Double Interval 'get set' : 
  157.     Dundas.Charting.WebControl.DateTimeIntervalType IntervalType 'get set' : 
  158.     System.Drawing.Font Font 'get set' : 
  159.     System.Drawing.Color FontColor 'get set' : 
  160.     Int32 FontAngle 'get set' : 
  161.     Boolean OffsetLabels 'get set' : 
  162.     Boolean ShowEndLabels 'get set' : 
  163.     Boolean TruncatedLabels 'get set' : 
  164.     System.String Format 'get set' : 
  165.     Boolean Enabled 'get set' : 
  166.   Methods:
  167.     PaintCircular(ChartGraphics): PrivateScope, Assembly, HideBySig
  168.     Paint(ChartGraphics, Boolean): PrivateScope, Assembly, HideBySig
  169.     Paint3D(ChartGraphics, Boolean): PrivateScope, Assembly, HideBySig
  170.     GetAxis(): PrivateScope, Assembly, HideBySig
  171.     Invalidate(): PrivateScope, Assembly, HideBySig
  172.     get_IntervalOffset(): PrivateScope, Public, HideBySig, SpecialName
  173.     set_IntervalOffset(Double): PrivateScope, Public, HideBySig, SpecialName
  174.     get_IntervalOffsetType(): PrivateScope, Public, HideBySig, SpecialName
  175.     set_IntervalOffsetType(DateTimeIntervalType): PrivateScope, Public, HideBySig, SpecialName
  176.     get_Interval(): PrivateScope, Public, HideBySig, SpecialName
  177.     set_Interval(Double): PrivateScope, Public, HideBySig, SpecialName
  178.     get_IntervalType(): PrivateScope, Public, HideBySig, SpecialName
  179.     set_IntervalType(DateTimeIntervalType): PrivateScope, Public, HideBySig, SpecialName
  180.     get_Font(): PrivateScope, Public, HideBySig, SpecialName
  181.     set_Font(Font): PrivateScope, Public, HideBySig, SpecialName
  182.     get_FontColor(): PrivateScope, Public, HideBySig, SpecialName
  183.     set_FontColor(Color): PrivateScope, Public, HideBySig, SpecialName
  184.     get_FontAngle(): PrivateScope, Public, HideBySig, SpecialName
  185.     set_FontAngle(Int32): PrivateScope, Public, HideBySig, SpecialName
  186.     get_OffsetLabels(): PrivateScope, Public, HideBySig, SpecialName
  187.     set_OffsetLabels(Boolean): PrivateScope, Public, HideBySig, SpecialName
  188.     get_ShowEndLabels(): PrivateScope, Public, HideBySig, SpecialName
  189.     set_ShowEndLabels(Boolean): PrivateScope, Public, HideBySig, SpecialName
  190.     get_TruncatedLabels(): PrivateScope, Public, HideBySig, SpecialName
  191.     set_TruncatedLabels(Boolean): PrivateScope, Public, HideBySig, SpecialName
  192.     get_Format(): PrivateScope, Public, HideBySig, SpecialName
  193.     set_Format(String): PrivateScope, Public, HideBySig, SpecialName
  194.     get_Enabled(): PrivateScope, Public, HideBySig, SpecialName
  195.     set_Enabled(Boolean): PrivateScope, Public, HideBySig, SpecialName
  196. Struct Dundas.Charting.WebControl.LegendImageStyle: AutoLayout, AnsiClass, Class, Sealed
  197.   :System.Enum
  198.   Fields:
  199.     Int32 value__ : Public, SpecialName, RTSpecialName
  200.     Dundas.Charting.WebControl.LegendImageStyle Rectangle = 0 : Public, Static, Literal, HasDefault
  201.     Dundas.Charting.WebControl.LegendImageStyle Line = 1 : Public, Static, Literal, HasDefault
  202.     Dundas.Charting.WebControl.LegendImageStyle Marker = 2 : Public, Static, Literal, HasDefault
  203. Struct Dundas.Charting.WebControl.LegendStyle: AutoLayout, AnsiClass, Class, Sealed
  204.   :System.Enum
  205.   Fields:
  206.     Int32 value__ : Public, SpecialName, RTSpecialName
  207.     Dundas.Charting.WebControl.LegendStyle Column = 0 : Public, Static, Literal, HasDefault
  208.     Dundas.Charting.WebControl.LegendStyle Row = 1 : Public, Static, Literal, HasDefault
  209.     Dundas.Charting.WebControl.LegendStyle Table = 2 : Public, Static, Literal, HasDefault
  210. Struct Dundas.Charting.WebControl.LegendDocking: AutoLayout, AnsiClass, Class, Sealed
  211.   :System.Enum
  212.   Fields:
  213.     Int32 value__ : Public, SpecialName, RTSpecialName
  214.     Dundas.Charting.WebControl.LegendDocking Top = 0 : Public, Static, Literal, HasDefault
  215.     Dundas.Charting.WebControl.LegendDocking Right = 1 : Public, Static, Literal, HasDefault
  216.     Dundas.Charting.WebControl.LegendDocking Bottom = 2 : Public, Static, Literal, HasDefault
  217.     Dundas.Charting.WebControl.LegendDocking Left = 3 : Public, Static, Literal, HasDefault
  218. Class Dundas.Charting.WebControl.Legend: AutoLayout, AnsiClass, Class, BeforeFieldInit
  219.   :Dundas.Charting.WebControl.ChartElement
  220.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  221.     Void .ctor(Dundas.Charting.WebControl.CommonElements): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  222.     Void .ctor(System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  223.     Void .ctor(Dundas.Charting.WebControl.CommonElements, System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  224.   Properties:
  225.     System.String Name 'get set' : 
  226.     System.String DockToChartArea 'get set' : 
  227.     Boolean DockInsideChartArea 'get set' : 
  228.     Dundas.Charting.WebControl.ElementPosition Position 'get set' : 
  229.     Boolean EquallySpacedItems 'get set' : 
  230.     Boolean Enabled 'get set' : 
  231.     Boolean AutoFitText 'get set' : 
  232.     Dundas.Charting.WebControl.LegendStyle LegendStyle 'get set' : 
  233.     System.Drawing.Color BackColor 'get set' : 
  234.     System.Drawing.Color BorderColor 'get set' : 
  235.     Dundas.Charting.WebControl.ChartDashStyle BorderStyle 'get set' : 
  236.     Single BorderWidth 'get set' : 
  237.     System.String BackImage 'get set' : 
  238.     Dundas.Charting.WebControl.ChartImageWrapMode BackImageMode 'get set' : 
  239.     System.Drawing.Color BackImageTranspColor 'get set' : 
  240.     Dundas.Charting.WebControl.ChartImageAlign BackImageAlign 'get set' : 
  241.     Dundas.Charting.WebControl.GradientType BackGradientType 'get set' : 
  242.     System.Drawing.Color BackGradientEndColor 'get set' : 
  243.     Dundas.Charting.WebControl.ChartHatchStyle BackHatchStyle 'get set' : 
  244.     System.Drawing.Font Font 'get set' : 
  245.     System.Drawing.Color FontColor 'get set' : 
  246.     System.Drawing.StringAlignment Alignment 'get set' : 
  247.     Dundas.Charting.WebControl.LegendDocking Docking 'get set' : 
  248.     Int32 ShadowOffset 'get set' : 
  249.     System.Drawing.Color ShadowColor 'get set' : 
  250.     System.String InsideChartArea 'get set' : 
  251.     Dundas.Charting.WebControl.LegendItemsCollection CustomItems 'get ' : 
  252.   Methods:
  253.     CalcLegendPosition(ChartGraphics, RectangleF&, Single, Single): PrivateScope, Assembly, HideBySig
  254.     GetOptimalSize(ChartGraphics, SizeF): PrivateScope, Assembly, HideBySig
  255.     SelectLegendBackground(ChartGraphics): PrivateScope, Assembly, HideBySig
  256.     Paint(ChartGraphics): PrivateScope, Assembly, HideBySig
  257.     get_Name(): PrivateScope, Public, HideBySig, SpecialName
  258.     set_Name(String): PrivateScope, Public, HideBySig, SpecialName
  259.     get_DockToChartArea(): PrivateScope, Public, HideBySig, SpecialName
  260.     set_DockToChartArea(String): PrivateScope, Public, HideBySig, SpecialName
  261.     get_DockInsideChartArea(): PrivateScope, Public, HideBySig, SpecialName
  262.     set_DockInsideChartArea(Boolean): PrivateScope, Public, HideBySig, SpecialName
  263.     get_Position(): PrivateScope, Public, HideBySig, SpecialName
  264.     set_Position(ElementPosition): PrivateScope, Public, HideBySig, SpecialName
  265.     get_EquallySpacedItems(): PrivateScope, Public, HideBySig, SpecialName
  266.     set_EquallySpacedItems(Boolean): PrivateScope, Public, HideBySig, SpecialName
  267.     get_Enabled(): PrivateScope, Public, HideBySig, SpecialName
  268.     set_Enabled(Boolean): PrivateScope, Public, HideBySig, SpecialName
  269.     get_AutoFitText(): PrivateScope, Public, HideBySig, SpecialName
  270.     set_AutoFitText(Boolean): PrivateScope, Public, HideBySig, SpecialName
  271.     get_LegendStyle(): PrivateScope, Public, HideBySig, SpecialName
  272.     set_LegendStyle(LegendStyle): PrivateScope, Public, HideBySig, SpecialName
  273.     get_BackColor(): PrivateScope, Public, HideBySig, SpecialName
  274.     set_BackColor(Color): PrivateScope, Public, HideBySig, SpecialName
  275.     get_BorderColor(): PrivateScope, Public, HideBySig, SpecialName
  276.     set_BorderColor(Color): PrivateScope, Public, HideBySig, SpecialName
  277.     get_BorderStyle(): PrivateScope, Public, HideBySig, SpecialName
  278.     set_BorderStyle(ChartDashStyle): PrivateScope, Public, HideBySig, SpecialName
  279.     get_BorderWidth(): PrivateScope, Public, HideBySig, SpecialName
  280.     set_BorderWidth(Single): PrivateScope, Public, HideBySig, SpecialName
  281.     get_BackImage(): PrivateScope, Public, HideBySig, SpecialName
  282.     set_BackImage(String): PrivateScope, Public, HideBySig, SpecialName
  283.     get_BackImageMode(): PrivateScope, Public, HideBySig, SpecialName
  284.     set_BackImageMode(ChartImageWrapMode): PrivateScope, Public, HideBySig, SpecialName
  285.     get_BackImageTranspColor(): PrivateScope, Public, HideBySig, SpecialName
  286.     set_BackImageTranspColor(Color): PrivateScope, Public, HideBySig, SpecialName
  287.     get_BackImageAlign(): PrivateScope, Public, HideBySig, SpecialName
  288.     set_BackImageAlign(ChartImageAlign): PrivateScope, Public, HideBySig, SpecialName
  289.     get_BackGradientType(): PrivateScope, Public, HideBySig, SpecialName
  290.     set_BackGradientType(GradientType): PrivateScope, Public, HideBySig, SpecialName
  291.     get_BackGradientEndColor(): PrivateScope, Public, HideBySig, SpecialName
  292.     set_BackGradientEndColor(Color): PrivateScope, Public, HideBySig, SpecialName
  293.     get_BackHatchStyle(): PrivateScope, Public, HideBySig, SpecialName
  294.     set_BackHatchStyle(ChartHatchStyle): PrivateScope, Public, HideBySig, SpecialName
  295.     get_Font(): PrivateScope, Public, HideBySig, SpecialName
  296.     set_Font(Font): PrivateScope, Public, HideBySig, SpecialName
  297.     get_FontColor(): PrivateScope, Public, HideBySig, SpecialName
  298.     set_FontColor(Color): PrivateScope, Public, HideBySig, SpecialName
  299.     get_Alignment(): PrivateScope, Public, HideBySig, SpecialName
  300.     set_Alignment(StringAlignment): PrivateScope, Public, HideBySig, SpecialName
  301.     get_Docking(): PrivateScope, Public, HideBySig, SpecialName
  302.     set_Docking(LegendDocking): PrivateScope, Public, HideBySig, SpecialName
  303.     get_ShadowOffset(): PrivateScope, Public, HideBySig, SpecialName
  304.     set_ShadowOffset(Int32): PrivateScope, Public, HideBySig, SpecialName
  305.     get_ShadowColor(): PrivateScope, Public, HideBySig, SpecialName
  306.     set_ShadowColor(Color): PrivateScope, Public, HideBySig, SpecialName
  307.     get_InsideChartArea(): PrivateScope, Public, HideBySig, SpecialName
  308.     set_InsideChartArea(String): PrivateScope, Public, HideBySig, SpecialName
  309.     get_CustomItems(): PrivateScope, Public, HideBySig, SpecialName
  310.     Invalidate(Boolean): PrivateScope, Assembly, HideBySig
  311. Class Dundas.Charting.WebControl.LegendCollection: AutoLayout, AnsiClass, Class, BeforeFieldInit
  312.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  313.     Void .ctor(Dundas.Charting.WebControl.CommonElements): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  314.   Interfaces:
  315.     System.Collections.IList
  316.     System.Collections.ICollection
  317.     System.Collections.IEnumerable
  318.   Fields:
  319.     Dundas.Charting.WebControl.CommonElements common : Assembly
  320.   Properties:
  321.     Dundas.Charting.WebControl.Legend Item [System.Object] 'get set' : 
  322.     Boolean IsFixedSize 'get ' : 
  323.     Boolean IsReadOnly 'get ' : 
  324.     Int32 Count 'get ' : 
  325.     Boolean IsSynchronized 'get ' : 
  326.     System.Object SyncRoot 'get ' : 
  327.   Methods:
  328.     Add(String): PrivateScope, Public, HideBySig
  329.     Insert(Int32, String): PrivateScope, Public, HideBySig
  330.     get_Item(Object): PrivateScope, Public, HideBySig, SpecialName
  331.     set_Item(Object, Legend): PrivateScope, Public, HideBySig, SpecialName
  332.     get_IsFixedSize(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  333.     get_IsReadOnly(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  334.     Clear(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  335.     Contains(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  336.     IndexOf(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  337.     Remove(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  338.     RemoveAt(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  339.     Add(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  340.     Insert(Int32, Legend): PrivateScope, Public, HideBySig
  341.     Insert(Int32, Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  342.     get_Count(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  343.     get_IsSynchronized(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  344.     get_SyncRoot(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  345.     CopyTo(Array, Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  346.     GetEnumerator(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  347.     GetIndex(String): PrivateScope, Public, HideBySig
  348.     CalcLegendPosition(ChartGraphics, RectangleF&, Single, Single): PrivateScope, Assembly, HideBySig
  349.     CalcOutsideLegendPosition(ChartGraphics, ChartArea, RectangleF&, Single, Single): PrivateScope, Assembly, HideBySig
  350.     CalcInsideLegendPosition(ChartGraphics, Single, Single): PrivateScope, Assembly, HideBySig
  351. Class Dundas.Charting.WebControl.LegendItemsCollection: AutoLayout, AnsiClass, Class, BeforeFieldInit
  352.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  353.   Interfaces:
  354.     System.Collections.IList
  355.     System.Collections.ICollection
  356.     System.Collections.IEnumerable
  357.   Fields:
  358.     Dundas.Charting.WebControl.CommonElements common : Assembly
  359.     Dundas.Charting.WebControl.Legend legend : Assembly
  360.   Properties:
  361.     Dundas.Charting.WebControl.LegendItem Item [Int32] 'get set' : 
  362.     Boolean IsFixedSize 'get ' : 
  363.     Boolean IsReadOnly 'get ' : 
  364.     Int32 Count 'get ' : 
  365.     Boolean IsSynchronized 'get ' : 
  366.     System.Object SyncRoot 'get ' : 
  367.   Methods:
  368.     Add(Color, String): PrivateScope, Public, HideBySig
  369.     Insert(Int32, Color, String): PrivateScope, Public, HideBySig
  370.     Add(String, String): PrivateScope, Public, HideBySig
  371.     Insert(Int32, String, String): PrivateScope, Public, HideBySig
  372.     get_Item(Int32): PrivateScope, Public, HideBySig, SpecialName
  373.     set_Item(Int32, LegendItem): PrivateScope, Public, HideBySig, SpecialName
  374.     get_IsFixedSize(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  375.     get_IsReadOnly(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  376.     Clear(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  377.     Contains(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  378.     IndexOf(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  379.     Remove(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  380.     RemoveAt(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  381.     Add(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  382.     Insert(Int32, LegendItem): PrivateScope, Public, HideBySig
  383.     Insert(Int32, Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  384.     get_Count(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  385.     get_IsSynchronized(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  386.     get_SyncRoot(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  387.     CopyTo(Array, Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  388.     GetEnumerator(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  389. Class Dundas.Charting.WebControl.LegendItem: AutoLayout, AnsiClass, Class, Sealed, BeforeFieldInit
  390.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  391.     Void .ctor(System.String, System.Drawing.Color, System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  392.   Interfaces:
  393.     Dundas.Charting.WebControl.IMapAreaAttributesutes
  394.   Fields:
  395.     Dundas.Charting.WebControl.LegendImageStyle style : Assembly
  396.     Dundas.Charting.WebControl.GradientType backGradientType : Assembly
  397.     System.Drawing.Color backGradientEndColor : Assembly
  398.     System.Drawing.Color backImageTranspColor : Assembly
  399.     System.Drawing.Color borderColor : Assembly
  400.     Single borderWidth : Assembly
  401.     Dundas.Charting.WebControl.ChartDashStyle borderStyle : Assembly
  402.     Dundas.Charting.WebControl.ChartHatchStyle backHatchStyle : Assembly
  403.     Int32 shadowOffset : Assembly
  404.     System.Drawing.Color shadowColor : Assembly
  405.     System.String backImage : Assembly
  406.     Dundas.Charting.WebControl.ChartImageWrapMode backImageMode : Assembly
  407.     Dundas.Charting.WebControl.ChartImageAlign backImageAlign : Assembly
  408.     Dundas.Charting.WebControl.MarkerStyle markerStyle : Assembly
  409.     Int32 markerSize : Assembly
  410.     System.String markerImage : Assembly
  411.     System.Drawing.Color markerImageTranspColor : Assembly
  412.     System.Drawing.Color markerColor : Assembly
  413.     System.Drawing.Color markerBorderColor : Assembly
  414.     Dundas.Charting.WebControl.CommonElements common : Assembly
  415.     Dundas.Charting.WebControl.Legend Legend : Assembly
  416.   Properties:
  417.     System.String Name 'get set' : 
  418.     System.Drawing.Color Color 'get set' : 
  419.     System.String Image 'get set' : 
  420.     Dundas.Charting.WebControl.LegendImageStyle Style 'get set' : 
  421.     System.Drawing.Color BorderColor 'get set' : 
  422.     Dundas.Charting.WebControl.ChartHatchStyle BackHatchStyle 'get set' : 
  423.     System.Drawing.Color BackImageTranspColor 'get set' : 
  424.     Dundas.Charting.WebControl.GradientType BackGradientType 'get set' : 
  425.     System.Drawing.Color BackGradientEndColor 'get set' : 
  426.     Single BorderWidth 'get set' : 
  427.     Dundas.Charting.WebControl.ChartDashStyle BorderStyle 'get set' : 
  428.     Int32 ShadowOffset 'get set' : 
  429.     System.Drawing.Color ShadowColor 'get set' : 
  430.     Dundas.Charting.WebControl.MarkerStyle MarkerStyle 'get set' : 
  431.     Int32 MarkerSize 'get set' : 
  432.     System.String MarkerImage 'get set' : 
  433.     System.Drawing.Color MarkerImageTranspColor 'get set' : 
  434.     System.Drawing.Color MarkerColor 'get set' : 
  435.     System.Drawing.Color MarkerBorderColor 'get set' : 
  436.     System.String SeriesName 'get set' : 
  437.     Int32 SeriesPointIndex 'get set' : 
  438.     System.String ToolTip 'get set' : 
  439.     System.String Href 'get set' : 
  440.     System.String MapAreaAttributes 'get set' : 
  441.     Int32 MapAreaID 'get set' : 
  442.   Methods:
  443.     get_Name(): PrivateScope, Public, HideBySig, SpecialName
  444.     set_Name(String): PrivateScope, Public, HideBySig, SpecialName
  445.     get_Color(): PrivateScope, Public, HideBySig, SpecialName
  446.     set_Color(Color): PrivateScope, Public, HideBySig, SpecialName
  447.     get_Image(): PrivateScope, Public, HideBySig, SpecialName
  448.     set_Image(String): PrivateScope, Public, HideBySig, SpecialName
  449.     get_Style(): PrivateScope, Public, HideBySig, SpecialName
  450.     set_Style(LegendImageStyle): PrivateScope, Public, HideBySig, SpecialName
  451.     get_BorderColor(): PrivateScope, Public, HideBySig, SpecialName
  452.     set_BorderColor(Color): PrivateScope, Public, HideBySig, SpecialName
  453.     get_BackHatchStyle(): PrivateScope, Public, HideBySig, SpecialName
  454.     set_BackHatchStyle(ChartHatchStyle): PrivateScope, Public, HideBySig, SpecialName
  455.     get_BackImageTranspColor(): PrivateScope, Public, HideBySig, SpecialName
  456.     set_BackImageTranspColor(Color): PrivateScope, Public, HideBySig, SpecialName
  457.     get_BackGradientType(): PrivateScope, Public, HideBySig, SpecialName
  458.     set_BackGradientType(GradientType): PrivateScope, Public, HideBySig, SpecialName
  459.     get_BackGradientEndColor(): PrivateScope, Public, HideBySig, SpecialName
  460.     set_BackGradientEndColor(Color): PrivateScope, Public, HideBySig, SpecialName
  461.     get_BorderWidth(): PrivateScope, Public, HideBySig, SpecialName
  462.     set_BorderWidth(Single): PrivateScope, Public, HideBySig, SpecialName
  463.     get_BorderStyle(): PrivateScope, Public, HideBySig, SpecialName
  464.     set_BorderStyle(ChartDashStyle): PrivateScope, Public, HideBySig, SpecialName
  465.     get_ShadowOffset(): PrivateScope, Public, HideBySig, SpecialName
  466.     set_ShadowOffset(Int32): PrivateScope, Public, HideBySig, SpecialName
  467.     get_ShadowColor(): PrivateScope, Public, HideBySig, SpecialName
  468.     set_ShadowColor(Color): PrivateScope, Public, HideBySig, SpecialName
  469.     get_MarkerStyle(): PrivateScope, Public, HideBySig, SpecialName
  470.     set_MarkerStyle(MarkerStyle): PrivateScope, Public, HideBySig, SpecialName
  471.     get_MarkerSize(): PrivateScope, Public, HideBySig, SpecialName
  472.     set_MarkerSize(Int32): PrivateScope, Public, HideBySig, SpecialName
  473.     get_MarkerImage(): PrivateScope, Public, HideBySig, SpecialName
  474.     set_MarkerImage(String): PrivateScope, Public, HideBySig, SpecialName
  475.     get_MarkerImageTranspColor(): PrivateScope, Public, HideBySig, SpecialName
  476.     set_MarkerImageTranspColor(Color): PrivateScope, Public, HideBySig, SpecialName
  477.     get_MarkerColor(): PrivateScope, Public, HideBySig, SpecialName
  478.     set_MarkerColor(Color): PrivateScope, Public, HideBySig, SpecialName
  479.     get_MarkerBorderColor(): PrivateScope, Public, HideBySig, SpecialName
  480.     set_MarkerBorderColor(Color): PrivateScope, Public, HideBySig, SpecialName
  481.     get_SeriesName(): PrivateScope, Public, HideBySig, SpecialName
  482.     set_SeriesName(String): PrivateScope, Public, HideBySig, SpecialName
  483.     get_SeriesPointIndex(): PrivateScope, Public, HideBySig, SpecialName
  484.     set_SeriesPointIndex(Int32): PrivateScope, Public, HideBySig, SpecialName
  485.     set_ToolTip(String): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  486.     get_ToolTip(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  487.     set_Href(String): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  488.     get_Href(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  489.     set_MapAreaAttributes(String): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  490.     get_MapAreaAttributes(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  491.     set_MapAreaID(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  492.     get_MapAreaID(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  493.     ReplaceKeywords(String): PrivateScope, Assembly, HideBySig
  494.     SetAttributes(CommonElements, Series): PrivateScope, Assembly, HideBySig
  495.     SetAttributes(DataPointAttributes, Boolean): PrivateScope, Assembly, HideBySig
  496. Class Dundas.Charting.WebControl.Matrix3D: AutoLayout, AnsiClass, Class, BeforeFieldInit
  497.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  498.   Fields:
  499.     Single perspective : Assembly
  500.     Single angleX : Assembly
  501.     Single angleY : Assembly
  502.   Methods:
  503.     Initialize(RectangleF, Single, Single, Single, Single, Boolean): PrivateScope, Assembly, HideBySig
  504.     TransformPoints(Point3D[]): PrivateScope, Assembly, HideBySig
  505.     GetScale(): PrivateScope, Assembly, HideBySig
  506.     InitLight(LightStyle): PrivateScope, Assembly, HideBySig
  507.     GetLight(Color, Color&(Out), Color&(Out), Color&(Out), Color&(Out), Color&(Out), Color&(Out)): PrivateScope, Assembly, HideBySig
  508.     GetPolygonLight(Point3D[], Color, Boolean, Single, SurfaceName, Boolean): PrivateScope, Assembly, HideBySig
  509. Class Dundas.Charting.WebControl.NamedImagesCollection: AutoLayout, AnsiClass, Class, BeforeFieldInit
  510.     Void .ctor(Dundas.Charting.WebControl.Chart): PrivateScope, Assembly, HideBySig, SpecialName, RTSpecialName
  511.   Interfaces:
  512.     System.Collections.IList
  513.     System.Collections.ICollection
  514.     System.Collections.IEnumerable
  515.   Fields:
  516.     Dundas.Charting.WebControl.Chart chart : Assembly
  517.   Properties:
  518.     Dundas.Charting.WebControl.NamedImage Item [System.Object] 'get set' : 
  519.     Boolean IsReadOnly 'get ' : 
  520.     Boolean IsFixedSize 'get ' : 
  521.     Boolean IsSynchronized 'get ' : 
  522.     Int32 Count 'get ' : 
  523.     System.Object SyncRoot 'get ' : 
  524.   Methods:
  525.     get_Item(Object): PrivateScope, Public, HideBySig, SpecialName
  526.     set_Item(Object, NamedImage): PrivateScope, Public, HideBySig, SpecialName
  527.     GetIndex(String): PrivateScope, Public, HideBySig
  528.     Add(String, Image): PrivateScope, Public, HideBySig
  529.     Add(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  530.     Insert(Int32, Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  531.     RemoveAt(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  532.     Remove(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  533.     get_IsReadOnly(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  534.     get_IsFixedSize(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  535.     IndexOf(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  536.     Contains(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  537.     Clear(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  538.     GetEnumerator(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  539.     get_IsSynchronized(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  540.     CopyTo(Array, Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  541.     get_Count(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  542.     get_SyncRoot(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  543. Class Dundas.Charting.WebControl.NamedImage: AutoLayout, AnsiClass, Class, BeforeFieldInit
  544.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  545.     Void .ctor(System.String, System.Drawing.Image): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  546.   Properties:
  547.     System.String Name 'get set' : 
  548.     System.Drawing.Image Image 'get set' : 
  549.   Methods:
  550.     get_Name(): PrivateScope, Public, HideBySig, SpecialName
  551.     set_Name(String): PrivateScope, Public, HideBySig, SpecialName
  552.     get_Image(): PrivateScope, Public, HideBySig, SpecialName
  553.     set_Image(Image): PrivateScope, Public, HideBySig, SpecialName
  554. Struct Dundas.Charting.WebControl.ChartElementType: AutoLayout, AnsiClass, Class, Sealed
  555.   :System.Enum
  556.   Fields:
  557.     Int32 value__ : Public, SpecialName, RTSpecialName
  558.     Dundas.Charting.WebControl.ChartElementType Nothing = 0 : Public, Static, Literal, HasDefault
  559.     Dundas.Charting.WebControl.ChartElementType DataPoint = 1 : Public, Static, Literal, HasDefault
  560.     Dundas.Charting.WebControl.ChartElementType Axis = 2 : Public, Static, Literal, HasDefault
  561.     Dundas.Charting.WebControl.ChartElementType PlottingArea = 3 : Public, Static, Literal, HasDefault
  562.     Dundas.Charting.WebControl.ChartElementType LegendArea = 4 : Public, Static, Literal, HasDefault
  563.     Dundas.Charting.WebControl.ChartElementType LegendItem = 5 : Public, Static, Literal, HasDefault
  564.     Dundas.Charting.WebControl.ChartElementType GridLines = 6 : Public, Static, Literal, HasDefault
  565.     Dundas.Charting.WebControl.ChartElementType StripLines = 7 : Public, Static, Literal, HasDefault
  566.     Dundas.Charting.WebControl.ChartElementType TickMarks = 8 : Public, Static, Literal, HasDefault
  567.     Dundas.Charting.WebControl.ChartElementType Title = 9 : Public, Static, Literal, HasDefault
  568.     Dundas.Charting.WebControl.ChartElementType AxisLabels = 10 : Public, Static, Literal, HasDefault
  569.     Dundas.Charting.WebControl.ChartElementType SBThumbTracker = 11 : Public, Static, Literal, HasDefault
  570.     Dundas.Charting.WebControl.ChartElementType SBSmallDecrement = 12 : Public, Static, Literal, HasDefault
  571.     Dundas.Charting.WebControl.ChartElementType SBSmallIncrement = 13 : Public, Static, Literal, HasDefault
  572.     Dundas.Charting.WebControl.ChartElementType SBLargeDecrement = 14 : Public, Static, Literal, HasDefault
  573.     Dundas.Charting.WebControl.ChartElementType SBLargeIncrement = 15 : Public, Static, Literal, HasDefault
  574.     Dundas.Charting.WebControl.ChartElementType SBZoomReset = 16 : Public, Static, Literal, HasDefault
  575. Struct Dundas.Charting.WebControl.ProcessMode: AutoLayout, AnsiClass, Class, Sealed
  576.   :System.Enum
  577.   Fields:
  578.     Int32 value__ : Public, SpecialName, RTSpecialName
  579.     Dundas.Charting.WebControl.ProcessMode Paint = 1 : Public, Static, Literal, HasDefault
  580.     Dundas.Charting.WebControl.ProcessMode HotRegions = 2 : Public, Static, Literal, HasDefault
  581.     Dundas.Charting.WebControl.ProcessMode ImageMaps = 4 : Public, Static, Literal, HasDefault
  582. Class Dundas.Charting.WebControl.HotRegion: AutoLayout, AnsiClass, Class, BeforeFieldInit
  583.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  584.   Properties:
  585.     System.Drawing.Drawing2D.GraphicsPath Path 'get set' : 
  586.     Boolean RelativeCoordinates 'get set' : 
  587.     System.Drawing.RectangleF BoundingRectangle 'get set' : 
  588.     System.Object SelectedObject 'get set' : 
  589.     Int32 PointIndex 'get set' : 
  590.     System.String SeriesName 'get set' : 
  591.     Dundas.Charting.WebControl.ChartElementType Type 'get set' : 
  592.   Methods:
  593.     get_Path(): PrivateScope, Assembly, HideBySig, SpecialName
  594.     set_Path(GraphicsPath): PrivateScope, Assembly, HideBySig, SpecialName
  595.     get_RelativeCoordinates(): PrivateScope, Assembly, HideBySig, SpecialName
  596.     set_RelativeCoordinates(Boolean): PrivateScope, Assembly, HideBySig, SpecialName
  597.     get_BoundingRectangle(): PrivateScope, Assembly, HideBySig, SpecialName
  598.     set_BoundingRectangle(RectangleF): PrivateScope, Assembly, HideBySig, SpecialName
  599.     get_SelectedObject(): PrivateScope, Assembly, HideBySig, SpecialName
  600.     set_SelectedObject(Object): PrivateScope, Assembly, HideBySig, SpecialName
  601.     get_PointIndex(): PrivateScope, Assembly, HideBySig, SpecialName
  602.     set_PointIndex(Int32): PrivateScope, Assembly, HideBySig, SpecialName
  603.     get_SeriesName(): PrivateScope, Assembly, HideBySig, SpecialName
  604.     set_SeriesName(String): PrivateScope, Assembly, HideBySig, SpecialName
  605.     get_Type(): PrivateScope, Assembly, HideBySig, SpecialName
  606.     set_Type(ChartElementType): PrivateScope, Assembly, HideBySig, SpecialName
  607. Class Dundas.Charting.WebControl.HotRegionsList: AutoLayout, AnsiClass, Class, BeforeFieldInit
  608.     Void .ctor(Dundas.Charting.WebControl.CommonElements): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  609.   Properties:
  610.     Dundas.Charting.WebControl.ProcessMode ProcessChartMode 'get set' : 
  611.     System.Collections.ArrayList List 'get set' : 
  612.   Methods:
  613.     get_ProcessChartMode(): PrivateScope, Assembly, HideBySig, SpecialName
  614.     set_ProcessChartMode(ProcessMode): PrivateScope, Assembly, HideBySig, SpecialName
  615.     get_List(): PrivateScope, Assembly, HideBySig, SpecialName
  616.     set_List(ArrayList): PrivateScope, Assembly, HideBySig, SpecialName
  617.     CheckHotRegions(Int32, Int32, String&(Out), Int32&(Out), ChartElementType&(Out), Object&(Out)): PrivateScope, Assembly, HideBySig
  618.     AddHotRegion(ChartGraphics, RectangleF, DataPoint, String, Int32): PrivateScope, Assembly, HideBySig
  619.     AddHotRegion(Int32, ChartGraphics, RectangleF, DataPoint, String, Int32): PrivateScope, Assembly, HideBySig
  620.     AddHotRegion(GraphicsPath, Boolean, ChartGraphics, DataPoint, String, Int32): PrivateScope, Assembly, HideBySig
  621.     AddHotRegion(Int32, GraphicsPath, Boolean, ChartGraphics, DataPoint, String, Int32): PrivateScope, Assembly, HideBySig
  622.     AddHotRegion(ChartGraphics, GraphicsPath, Boolean, Single[], DataPoint, String, Int32): PrivateScope, Assembly, HideBySig
  623.     AddHotRegion(Int32, ChartGraphics, Single, Single, Single, DataPoint, String, Int32): PrivateScope, Assembly, HideBySig
  624.     AddHotRegion(ChartGraphics, RectangleF, String, String, String, Object, ChartElementType, String): PrivateScope, Assembly, HideBySig
  625.     AddHotRegion(ChartGraphics, GraphicsPath, Boolean, String, String, String, Object, ChartElementType): PrivateScope, Assembly, HideBySig
  626.     AddHotRegion(RectangleF, Object, ChartElementType, Boolean): PrivateScope, Assembly, HideBySig
  627.     AddHotRegion(RectangleF, Object, ChartElementType, Boolean, Boolean): PrivateScope, Assembly, HideBySig
  628.     AddHotRegion(GraphicsPath, Boolean, ChartGraphics, ChartElementType, Object): PrivateScope, Assembly, HideBySig
  629.     FindInsertIndex(): PrivateScope, Assembly, HideBySig
  630. Class Dundas.Charting.WebControl.HitTestResult: AutoLayout, AnsiClass, Class, BeforeFieldInit
  631.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  632.   Properties:
  633.     Dundas.Charting.WebControl.Series Series 'get set' : 
  634.     Int32 PointIndex 'get set' : 
  635.     Dundas.Charting.WebControl.ChartArea ChartArea 'get set' : 
  636.     Dundas.Charting.WebControl.Axis Axis 'get set' : 
  637.     Dundas.Charting.WebControl.ChartElementType ChartElementType 'get set' : 
  638.     System.Object Object 'get set' : 
  639.   Methods:
  640.     get_Series(): PrivateScope, Public, HideBySig, SpecialName
  641.     set_Series(Series): PrivateScope, Public, HideBySig, SpecialName
  642.     get_PointIndex(): PrivateScope, Public, HideBySig, SpecialName
  643.     set_PointIndex(Int32): PrivateScope, Public, HideBySig, SpecialName
  644.     get_ChartArea(): PrivateScope, Public, HideBySig, SpecialName
  645.     set_ChartArea(ChartArea): PrivateScope, Public, HideBySig, SpecialName
  646.     get_Axis(): PrivateScope, Public, HideBySig, SpecialName
  647.     set_Axis(Axis): PrivateScope, Public, HideBySig, SpecialName
  648.     get_ChartElementType(): PrivateScope, Public, HideBySig, SpecialName
  649.     set_ChartElementType(ChartElementType): PrivateScope, Public, HideBySig, SpecialName
  650.     get_Object(): PrivateScope, Public, HideBySig, SpecialName
  651.     set_Object(Object): PrivateScope, Public, HideBySig, SpecialName
  652. Struct Dundas.Charting.WebControl.LineAnchorCap: AutoLayout, AnsiClass, Class, Sealed
  653.   :System.Enum
  654.   Fields:
  655.     Int32 value__ : Public, SpecialName, RTSpecialName
  656.     Dundas.Charting.WebControl.LineAnchorCap None = 0 : Public, Static, Literal, HasDefault
  657.     Dundas.Charting.WebControl.LineAnchorCap Arrow = 1 : Public, Static, Literal, HasDefault
  658.     Dundas.Charting.WebControl.LineAnchorCap Diamond = 2 : Public, Static, Literal, HasDefault
  659.     Dundas.Charting.WebControl.LineAnchorCap Square = 3 : Public, Static, Literal, HasDefault
  660.     Dundas.Charting.WebControl.LineAnchorCap Round = 4 : Public, Static, Literal, HasDefault
  661. Struct Dundas.Charting.WebControl.LabelCalloutStyle: AutoLayout, AnsiClass, Class, Sealed
  662.   :System.Enum
  663.   Fields:
  664.     Int32 value__ : Public, SpecialName, RTSpecialName
  665.     Dundas.Charting.WebControl.LabelCalloutStyle None = 0 : Public, Static, Literal, HasDefault
  666.     Dundas.Charting.WebControl.LabelCalloutStyle Underlined = 1 : Public, Static, Literal, HasDefault
  667.     Dundas.Charting.WebControl.LabelCalloutStyle Box = 2 : Public, Static, Literal, HasDefault
  668. Struct Dundas.Charting.WebControl.LabelOutsidePlotAreaStyle: AutoLayout, AnsiClass, Class, Sealed
  669.   :System.Enum
  670.   Fields:
  671.     Int32 value__ : Public, SpecialName, RTSpecialName
  672.     Dundas.Charting.WebControl.LabelOutsidePlotAreaStyle Yes = 0 : Public, Static, Literal, HasDefault
  673.     Dundas.Charting.WebControl.LabelOutsidePlotAreaStyle No = 1 : Public, Static, Literal, HasDefault
  674.     Dundas.Charting.WebControl.LabelOutsidePlotAreaStyle Partial = 2 : Public, Static, Literal, HasDefault
  675. Class Dundas.Charting.WebControl.SmartLabelsStyle: AutoLayout, AnsiClass, Class, BeforeFieldInit
  676.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  677.     Void .ctor(Dundas.Charting.WebControl.Series): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  678.   Fields:
  679.     Dundas.Charting.WebControl.Series series : Assembly
  680.   Properties:
  681.     Boolean Enabled 'get set' : 
  682.     Boolean MarkerOverlapping 'get set' : 
  683.     Boolean HideOverlapped 'get set' : 
  684.     Dundas.Charting.WebControl.LabelAlignment MovingDirection 'get set' : 
  685.     Double MinMovingDistance 'get set' : 
  686.     Double MaxMovingDistance 'get set' : 
  687.     Dundas.Charting.WebControl.LabelOutsidePlotAreaStyle AllowOutsidePlotArea 'get set' : 
  688.     Dundas.Charting.WebControl.LabelCalloutStyle CalloutStyle 'get set' : 
  689.     System.Drawing.Color CalloutLineColor 'get set' : 
  690.     Dundas.Charting.WebControl.ChartDashStyle CalloutLineStyle 'get set' : 
  691.     System.Drawing.Color CalloutBackColor 'get set' : 
  692.     Int32 CalloutLineWidth 'get set' : 
  693.     Dundas.Charting.WebControl.LineAnchorCap CalloutLineAnchorCap 'get set' : 
  694.   Methods:
  695.     get_Enabled(): PrivateScope, Public, HideBySig, SpecialName
  696.     set_Enabled(Boolean): PrivateScope, Public, HideBySig, SpecialName
  697.     get_MarkerOverlapping(): PrivateScope, Public, HideBySig, SpecialName
  698.     set_MarkerOverlapping(Boolean): PrivateScope, Public, HideBySig, SpecialName
  699.     get_HideOverlapped(): PrivateScope, Public, HideBySig, SpecialName
  700.     set_HideOverlapped(Boolean): PrivateScope, Public, HideBySig, SpecialName
  701.     get_MovingDirection(): PrivateScope, Public, HideBySig, SpecialName
  702.     set_MovingDirection(LabelAlignment): PrivateScope, Public, HideBySig, SpecialName
  703.     get_MinMovingDistance(): PrivateScope, Public, HideBySig, SpecialName
  704.     set_MinMovingDistance(Double): PrivateScope, Public, HideBySig, SpecialName
  705.     get_MaxMovingDistance(): PrivateScope, Public, HideBySig, SpecialName
  706.     set_MaxMovingDistance(Double): PrivateScope, Public, HideBySig, SpecialName
  707.     get_AllowOutsidePlotArea(): PrivateScope, Public, HideBySig, SpecialName
  708.     set_AllowOutsidePlotArea(LabelOutsidePlotAreaStyle): PrivateScope, Public, HideBySig, SpecialName
  709.     get_CalloutStyle(): PrivateScope, Public, HideBySig, SpecialName
  710.     set_CalloutStyle(LabelCalloutStyle): PrivateScope, Public, HideBySig, SpecialName
  711.     get_CalloutLineColor(): PrivateScope, Public, HideBySig, SpecialName
  712.     set_CalloutLineColor(Color): PrivateScope, Public, HideBySig, SpecialName
  713.     get_CalloutLineStyle(): PrivateScope, Public, HideBySig, SpecialName
  714.     set_CalloutLineStyle(ChartDashStyle): PrivateScope, Public, HideBySig, SpecialName
  715.     get_CalloutBackColor(): PrivateScope, Public, HideBySig, SpecialName
  716.     set_CalloutBackColor(Color): PrivateScope, Public, HideBySig, SpecialName
  717.     get_CalloutLineWidth(): PrivateScope, Public, HideBySig, SpecialName
  718.     set_CalloutLineWidth(Int32): PrivateScope, Public, HideBySig, SpecialName
  719.     get_CalloutLineAnchorCap(): PrivateScope, Public, HideBySig, SpecialName
  720.     set_CalloutLineAnchorCap(LineAnchorCap): PrivateScope, Public, HideBySig, SpecialName
  721. Class Dundas.Charting.WebControl.SmartLabels: AutoLayout, AnsiClass, Class, BeforeFieldInit
  722.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  723.   Fields:
  724.     System.Collections.ArrayList smartLabelsPositions : Assembly
  725.   Methods:
  726.     Reset(CommonElements, ChartArea): PrivateScope, Assembly, HideBySig
  727.     AdjustSmartLabelPosition(CommonElements, ChartGraphics, ChartArea, Series, PointF, SizeF, StringFormat&, PointF, SizeF, LabelAlignment): PrivateScope, Assembly, HideBySig
  728.     IsSmartLabelCollide(CommonElements, ChartGraphics, ChartArea, Series, PointF, SizeF, StringFormat, LabelAlignment): PrivateScope, Assembly, HideBySig
  729.     AddMarkersPosition(CommonElements, ChartArea): PrivateScope, Assembly, HideBySig
  730.     AddSmartLabelPosition(ChartGraphics, ChartArea, PointF, SizeF, StringFormat): PrivateScope, Assembly, HideBySig
  731. Class Dundas.Charting.WebControl.StripLinesCollection: AutoLayout, AnsiClass, Class, BeforeFieldInit
  732.     Void .ctor(Dundas.Charting.WebControl.Axis): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  733.   Interfaces:
  734.     System.Collections.IList
  735.     System.Collections.ICollection
  736.     System.Collections.IEnumerable
  737.   Fields:
  738.     Dundas.Charting.WebControl.Axis axis : Assembly
  739.   Properties:
  740.     Dundas.Charting.WebControl.StripLine Item [Int32] 'get set' : 
  741.     Boolean IsFixedSize 'get ' : 
  742.     Boolean IsReadOnly 'get ' : 
  743.     Int32 Count 'get ' : 
  744.     Boolean IsSynchronized 'get ' : 
  745.     System.Object SyncRoot 'get ' : 
  746.   Methods:
  747.     get_Item(Int32): PrivateScope, Public, HideBySig, SpecialName
  748.     set_Item(Int32, StripLine): PrivateScope, Public, HideBySig, SpecialName
  749.     get_IsFixedSize(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  750.     get_IsReadOnly(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  751.     Clear(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  752.     Contains(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  753.     IndexOf(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  754.     Remove(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  755.     RemoveAt(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  756.     Add(StripLine): PrivateScope, Public, HideBySig
  757.     Add(Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  758.     Insert(Int32, StripLine): PrivateScope, Public, HideBySig
  759.     Insert(Int32, Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  760.     get_Count(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  761.     get_IsSynchronized(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  762.     get_SyncRoot(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  763.     CopyTo(Array, Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  764.     GetEnumerator(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  765. Class Dundas.Charting.WebControl.StripLine: AutoLayout, AnsiClass, Class, BeforeFieldInit
  766.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  767.   Fields:
  768.     Dundas.Charting.WebControl.Axis axis : Assembly
  769.     Dundas.Charting.WebControl.DateTimeIntervalType intervalOffsetType : Assembly
  770.   Properties:
  771.     Double IntervalOffset 'get set' : 
  772.     Dundas.Charting.WebControl.DateTimeIntervalType IntervalOffsetType 'get set' : 
  773.     Double Interval 'get set' : 
  774.     Dundas.Charting.WebControl.DateTimeIntervalType IntervalType 'get set' : 
  775.     Double StripWidth 'get set' : 
  776.     Dundas.Charting.WebControl.DateTimeIntervalType StripWidthType 'get set' : 
  777.     System.Drawing.Color BackColor 'get set' : 
  778.     System.Drawing.Color BorderColor 'get set' : 
  779.     Dundas.Charting.WebControl.ChartDashStyle BorderStyle 'get set' : 
  780.     Single BorderWidth 'get set' : 
  781.     System.String BackImage 'get set' : 
  782.     Dundas.Charting.WebControl.ChartImageWrapMode BackImageMode 'get set' : 
  783.     System.Drawing.Color BackImageTranspColor 'get set' : 
  784.     Dundas.Charting.WebControl.ChartImageAlign BackImageAlign 'get set' : 
  785.     Dundas.Charting.WebControl.GradientType BackGradientType 'get set' : 
  786.     System.Drawing.Color BackGradientEndColor 'get set' : 
  787.     Dundas.Charting.WebControl.ChartHatchStyle BackHatchStyle 'get set' : 
  788.     System.String Name 'get ' : 
  789.     System.String Title 'get set' : 
  790.     System.Drawing.Color TitleColor 'get set' : 
  791.     System.Drawing.StringAlignment TitleAlignment 'get set' : 
  792.     System.Drawing.StringAlignment TitleLineAlignment 'get set' : 
  793.     System.Drawing.Font TitleFont 'get set' : 
  794.     Int32 TitleAngle 'get set' : 
  795.     System.String ToolTip 'get set' : 
  796.     System.String Href 'get set' : 
  797.     System.String MapAreaAttributes 'get set' : 
  798.   Methods:
  799.     GetAxis(): PrivateScope, Assembly, HideBySig
  800.     Paint(ChartGraphics, CommonElements, Boolean): PrivateScope, Assembly, HideBySig
  801.     get_IntervalOffset(): PrivateScope, Public, HideBySig, SpecialName
  802.     set_IntervalOffset(Double): PrivateScope, Public, HideBySig, SpecialName
  803.     get_IntervalOffsetType(): PrivateScope, Public, HideBySig, SpecialName
  804.     set_IntervalOffsetType(DateTimeIntervalType): PrivateScope, Public, HideBySig, SpecialName
  805.     get_Interval(): PrivateScope, Public, HideBySig, SpecialName
  806.     set_Interval(Double): PrivateScope, Public, HideBySig, SpecialName
  807.     get_IntervalType(): PrivateScope, Public, HideBySig, SpecialName
  808.     set_IntervalType(DateTimeIntervalType): PrivateScope, Public, HideBySig, SpecialName
  809.     get_StripWidth(): PrivateScope, Public, HideBySig, SpecialName
  810.     set_StripWidth(Double): PrivateScope, Public, HideBySig, SpecialName
  811.     get_StripWidthType(): PrivateScope, Public, HideBySig, SpecialName
  812.     set_StripWidthType(DateTimeIntervalType): PrivateScope, Public, HideBySig, SpecialName
  813.     get_BackColor(): PrivateScope, Public, HideBySig, SpecialName
  814.     set_BackColor(Color): PrivateScope, Public, HideBySig, SpecialName
  815.     get_BorderColor(): PrivateScope, Public, HideBySig, SpecialName
  816.     set_BorderColor(Color): PrivateScope, Public, HideBySig, SpecialName
  817.     get_BorderStyle(): PrivateScope, Public, HideBySig, SpecialName
  818.     set_BorderStyle(ChartDashStyle): PrivateScope, Public, HideBySig, SpecialName
  819.     get_BorderWidth(): PrivateScope, Public, HideBySig, SpecialName
  820.     set_BorderWidth(Single): PrivateScope, Public, HideBySig, SpecialName
  821.     get_BackImage(): PrivateScope, Public, HideBySig, SpecialName
  822.     set_BackImage(String): PrivateScope, Public, HideBySig, SpecialName
  823.     get_BackImageMode(): PrivateScope, Public, HideBySig, SpecialName
  824.     set_BackImageMode(ChartImageWrapMode): PrivateScope, Public, HideBySig, SpecialName
  825.     get_BackImageTranspColor(): PrivateScope, Public, HideBySig, SpecialName
  826.     set_BackImageTranspColor(Color): PrivateScope, Public, HideBySig, SpecialName
  827.     get_BackImageAlign(): PrivateScope, Public, HideBySig, SpecialName
  828.     set_BackImageAlign(ChartImageAlign): PrivateScope, Public, HideBySig, SpecialName
  829.     get_BackGradientType(): PrivateScope, Public, HideBySig, SpecialName
  830.     set_BackGradientType(GradientType): PrivateScope, Public, HideBySig, SpecialName
  831.     get_BackGradientEndColor(): PrivateScope, Public, HideBySig, SpecialName
  832.     set_BackGradientEndColor(Color): PrivateScope, Public, HideBySig, SpecialName
  833.     get_BackHatchStyle(): PrivateScope, Public, HideBySig, SpecialName
  834.     set_BackHatchStyle(ChartHatchStyle): PrivateScope, Public, HideBySig, SpecialName
  835.     get_Name(): PrivateScope, Public, HideBySig, SpecialName
  836.     get_Title(): PrivateScope, Public, HideBySig, SpecialName
  837.     set_Title(String): PrivateScope, Public, HideBySig, SpecialName
  838.     get_TitleColor(): PrivateScope, Public, HideBySig, SpecialName
  839.     set_TitleColor(Color): PrivateScope, Public, HideBySig, SpecialName
  840.     get_TitleAlignment(): PrivateScope, Public, HideBySig, SpecialName
  841.     set_TitleAlignment(StringAlignment): PrivateScope, Public, HideBySig, SpecialName
  842.     get_TitleLineAlignment(): PrivateScope, Public, HideBySig, SpecialName
  843.     set_TitleLineAlignment(StringAlignment): PrivateScope, Public, HideBySig, SpecialName
  844.     get_TitleFont(): PrivateScope, Public, HideBySig, SpecialName
  845.     set_TitleFont(Font): PrivateScope, Public, HideBySig, SpecialName
  846.     get_TitleAngle(): PrivateScope, Public, HideBySig, SpecialName
  847.     set_TitleAngle(Int32): PrivateScope, Public, HideBySig, SpecialName
  848.     set_ToolTip(String): PrivateScope, Public, HideBySig, SpecialName
  849.     get_ToolTip(): PrivateScope, Public, HideBySig, SpecialName
  850.     set_Href(String): PrivateScope, Public, HideBySig, SpecialName
  851.     get_Href(): PrivateScope, Public, HideBySig, SpecialName
  852.     set_MapAreaAttributes(String): PrivateScope, Public, HideBySig, SpecialName
  853.     get_MapAreaAttributes(): PrivateScope, Public, HideBySig, SpecialName
  854. Struct Dundas.Charting.WebControl.Docking: AutoLayout, AnsiClass, Class, Sealed
  855.   :System.Enum
  856.   Fields:
  857.     Int32 value__ : Public, SpecialName, RTSpecialName
  858.     Dundas.Charting.WebControl.Docking Top = 0 : Public, Static, Literal, HasDefault
  859.     Dundas.Charting.WebControl.Docking Right = 1 : Public, Static, Literal, HasDefault
  860.     Dundas.Charting.WebControl.Docking Bottom = 2 : Public, Static, Literal, HasDefault
  861.     Dundas.Charting.WebControl.Docking Left = 3 : Public, Static, Literal, HasDefault
  862. Struct Dundas.Charting.WebControl.TextStyle: AutoLayout, AnsiClass, Class, Sealed
  863.   :System.Enum
  864.   Fields:
  865.     Int32 value__ : Public, SpecialName, RTSpecialName
  866.     Dundas.Charting.WebControl.TextStyle Default = 0 : Public, Static, Literal, HasDefault
  867.     Dundas.Charting.WebControl.TextStyle Shadow = 1 : Public, Static, Literal, HasDefault
  868.     Dundas.Charting.WebControl.TextStyle Emboss = 2 : Public, Static, Literal, HasDefault
  869.     Dundas.Charting.WebControl.TextStyle Embed = 3 : Public, Static, Literal, HasDefault
  870.     Dundas.Charting.WebControl.TextStyle Frame = 4 : Public, Static, Literal, HasDefault
  871. Class Dundas.Charting.WebControl.Title: AutoLayout, AnsiClass, Class, Sealed, BeforeFieldInit
  872.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  873.     Void .ctor(System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  874.     Void .ctor(System.String, Dundas.Charting.WebControl.Docking): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  875.     Void .ctor(System.String, Dundas.Charting.WebControl.Docking, System.Drawing.Font, System.Drawing.Color): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  876.   Interfaces:
  877.     Dundas.Charting.WebControl.IMapAreaAttributesutes
  878.   Fields:
  879.     Int32 titleBorderSpacing : Assembly
  880.   Properties:
  881.     System.String Name 'get set' : 
  882.     System.String DockToChartArea 'get set' : 
  883.     Boolean DockInsideChartArea 'get set' : 
  884.     Int32 DockOffset 'get set' : 
  885.     Dundas.Charting.WebControl.ElementPosition Position 'get set' : 
  886.     System.String Text 'get set' : 
  887.     Dundas.Charting.WebControl.TextStyle Style 'get set' : 
  888.     System.Drawing.Color BackColor 'get set' : 
  889.     System.Drawing.Color BorderColor 'get set' : 
  890.     Dundas.Charting.WebControl.ChartDashStyle BorderStyle 'get set' : 
  891.     Single BorderWidth 'get set' : 
  892.     System.String BackImage 'get set' : 
  893.     Dundas.Charting.WebControl.ChartImageWrapMode BackImageMode 'get set' : 
  894.     System.Drawing.Color BackImageTranspColor 'get set' : 
  895.     Dundas.Charting.WebControl.ChartImageAlign BackImageAlign 'get set' : 
  896.     Dundas.Charting.WebControl.GradientType BackGradientType 'get set' : 
  897.     System.Drawing.Color BackGradientEndColor 'get set' : 
  898.     Dundas.Charting.WebControl.ChartHatchStyle BackHatchStyle 'get set' : 
  899.     System.Drawing.Font Font 'get set' : 
  900.     System.Drawing.Color Color 'get set' : 
  901.     System.Drawing.ContentAlignment Alignment 'get set' : 
  902.     Dundas.Charting.WebControl.Docking Docking 'get set' : 
  903.     Int32 ShadowOffset 'get set' : 
  904.     System.Drawing.Color ShadowColor 'get set' : 
  905.     System.String ToolTip 'get set' : 
  906.     System.String Href 'get set' : 
  907.     System.String MapAreaAttributes 'get set' : 
  908.     Int32 MapAreaID 'get set' : 
  909.     Boolean BackGroundIsVisible 'get ' : 
  910.     Dundas.Charting.WebControl.Chart Chart 'get set' : 
  911.   Methods:
  912.     get_Name(): PrivateScope, Public, HideBySig, SpecialName
  913.     set_Name(String): PrivateScope, Public, HideBySig, SpecialName
  914.     get_DockToChartArea(): PrivateScope, Public, HideBySig, SpecialName
  915.     set_DockToChartArea(String): PrivateScope, Public, HideBySig, SpecialName
  916.     get_DockInsideChartArea(): PrivateScope, Public, HideBySig, SpecialName
  917.     set_DockInsideChartArea(Boolean): PrivateScope, Public, HideBySig, SpecialName
  918.     get_DockOffset(): PrivateScope, Public, HideBySig, SpecialName
  919.     set_DockOffset(Int32): PrivateScope, Public, HideBySig, SpecialName
  920.     get_Position(): PrivateScope, Assembly, HideBySig, SpecialName
  921.     set_Position(ElementPosition): PrivateScope, Assembly, HideBySig, SpecialName
  922.     get_Text(): PrivateScope, Public, HideBySig, SpecialName
  923.     set_Text(String): PrivateScope, Public, HideBySig, SpecialName
  924.     get_Style(): PrivateScope, Public, HideBySig, SpecialName
  925.     set_Style(TextStyle): PrivateScope, Public, HideBySig, SpecialName
  926.     get_BackColor(): PrivateScope, Public, HideBySig, SpecialName
  927.     set_BackColor(Color): PrivateScope, Public, HideBySig, SpecialName
  928.     get_BorderColor(): PrivateScope, Public, HideBySig, SpecialName
  929.     set_BorderColor(Color): PrivateScope, Public, HideBySig, SpecialName
  930.     get_BorderStyle(): PrivateScope, Public, HideBySig, SpecialName
  931.     set_BorderStyle(ChartDashStyle): PrivateScope, Public, HideBySig, SpecialName
  932.     get_BorderWidth(): PrivateScope, Public, HideBySig, SpecialName
  933.     set_BorderWidth(Single): PrivateScope, Public, HideBySig, SpecialName
  934.     get_BackImage(): PrivateScope, Public, HideBySig, SpecialName
  935.     set_BackImage(String): PrivateScope, Public, HideBySig, SpecialName
  936.     get_BackImageMode(): PrivateScope, Public, HideBySig, SpecialName
  937.     set_BackImageMode(ChartImageWrapMode): PrivateScope, Public, HideBySig, SpecialName
  938.     get_BackImageTranspColor(): PrivateScope, Public, HideBySig, SpecialName
  939.     set_BackImageTranspColor(Color): PrivateScope, Public, HideBySig, SpecialName
  940.     get_BackImageAlign(): PrivateScope, Public, HideBySig, SpecialName
  941.     set_BackImageAlign(ChartImageAlign): PrivateScope, Public, HideBySig, SpecialName
  942.     get_BackGradientType(): PrivateScope, Public, HideBySig, SpecialName
  943.     set_BackGradientType(GradientType): PrivateScope, Public, HideBySig, SpecialName
  944.     get_BackGradientEndColor(): PrivateScope, Public, HideBySig, SpecialName
  945.     set_BackGradientEndColor(Color): PrivateScope, Public, HideBySig, SpecialName
  946.     get_BackHatchStyle(): PrivateScope, Public, HideBySig, SpecialName
  947.     set_BackHatchStyle(ChartHatchStyle): PrivateScope, Public, HideBySig, SpecialName
  948.     get_Font(): PrivateScope, Public, HideBySig, SpecialName
  949.     set_Font(Font): PrivateScope, Public, HideBySig, SpecialName
  950.     get_Color(): PrivateScope, Public, HideBySig, SpecialName
  951.     set_Color(Color): PrivateScope, Public, HideBySig, SpecialName
  952.     get_Alignment(): PrivateScope, Public, HideBySig, SpecialName
  953.     set_Alignment(ContentAlignment): PrivateScope, Public, HideBySig, SpecialName
  954.     get_Docking(): PrivateScope, Public, HideBySig, SpecialName
  955.     set_Docking(Docking): PrivateScope, Public, HideBySig, SpecialName
  956.     get_ShadowOffset(): PrivateScope, Public, HideBySig, SpecialName
  957.     set_ShadowOffset(Int32): PrivateScope, Public, HideBySig, SpecialName
  958.     get_ShadowColor(): PrivateScope, Public, HideBySig, SpecialName
  959.     set_ShadowColor(Color): PrivateScope, Public, HideBySig, SpecialName
  960.     set_ToolTip(String): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  961.     get_ToolTip(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  962.     set_Href(String): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  963.     get_Href(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  964.     set_MapAreaAttributes(String): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  965.     get_MapAreaAttributes(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  966.     set_MapAreaID(Int32): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  967.     get_MapAreaID(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  968.     get_BackGroundIsVisible(): PrivateScope, Assembly, HideBySig, SpecialName
  969.     get_Chart(): PrivateScope, Assembly, HideBySig, SpecialName
  970.     set_Chart(Chart): PrivateScope, Assembly, HideBySig, SpecialName
  971.     Invalidate(Boolean): PrivateScope, Assembly, HideBySig
  972.     Paint(ChartGraphics): PrivateScope, Assembly, HideBySig
  973.     CalcTitlePosition(ChartGraphics, RectangleF&, RectangleF&, Single): PrivateScope, Assembly, HideBySig
  974. Class Dundas.Charting.WebControl.TitleCollection: AutoLayout, AnsiClass, Class, BeforeFieldInit
  975.   :System.Collections.CollectionBase
  976.     Void .ctor(System.ComponentModel.Design.IServiceContainer): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  977.   Fields:
  978.     Dundas.Charting.WebControl.Chart chart : Assembly
  979.   Properties:
  980.     Dundas.Charting.WebControl.Title Item [Int32] 'get set' : 
  981.   Methods:
  982.     get_Item(Int32): PrivateScope, Public, HideBySig, SpecialName
  983.     set_Item(Int32, Title): PrivateScope, Public, HideBySig, SpecialName
  984.     Add(Title): PrivateScope, Public, HideBySig
  985.     Add(String): PrivateScope, Public, HideBySig
  986.     Add(String, Docking): PrivateScope, Public, HideBySig
  987.     Add(String, Docking, Font, Color): PrivateScope, Public, HideBySig
  988.     Insert(Int32, Title): PrivateScope, Public, HideBySig
  989.     Insert(Int32, String): PrivateScope, Public, HideBySig
  990.     Insert(Int32, String, Docking): PrivateScope, Public, HideBySig
  991.     Insert(Int32, String, Docking, Font, Color): PrivateScope, Public, HideBySig
  992.     CalcOutsideTitlePosition(ChartPicture, ChartGraphics, ChartArea, RectangleF&, Single): PrivateScope, Assembly, Static, HideBySig
  993.     CalcInsideTitlePosition(ChartPicture, ChartGraphics, Single): PrivateScope, Assembly, Static, HideBySig
  994. Struct Dundas.Charting.WebControl.BorderSkinStyle: AutoLayout, AnsiClass, Class, Sealed
  995.   :System.Enum
  996.   Fields:
  997.     Int32 value__ : Public, SpecialName, RTSpecialName
  998.     Dundas.Charting.WebControl.BorderSkinStyle None = 0 : Public, Static, Literal, HasDefault
  999.     Dundas.Charting.WebControl.BorderSkinStyle Emboss = 1 : Public, Static, Literal, HasDefault
  1000.     Dundas.Charting.WebControl.BorderSkinStyle Raised = 2 : Public, Static, Literal, HasDefault
  1001.     Dundas.Charting.WebControl.BorderSkinStyle Sunken = 3 : Public, Static, Literal, HasDefault
  1002.     Dundas.Charting.WebControl.BorderSkinStyle FrameThin1 = 4 : Public, Static, Literal, HasDefault
  1003.     Dundas.Charting.WebControl.BorderSkinStyle FrameThin2 = 5 : Public, Static, Literal, HasDefault
  1004.     Dundas.Charting.WebControl.BorderSkinStyle FrameThin3 = 6 : Public, Static, Literal, HasDefault
  1005.     Dundas.Charting.WebControl.BorderSkinStyle FrameThin4 = 7 : Public, Static, Literal, HasDefault
  1006.     Dundas.Charting.WebControl.BorderSkinStyle FrameThin5 = 8 : Public, Static, Literal, HasDefault
  1007.     Dundas.Charting.WebControl.BorderSkinStyle FrameThin6 = 9 : Public, Static, Literal, HasDefault
  1008.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle1 = 10 : Public, Static, Literal, HasDefault
  1009.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle2 = 11 : Public, Static, Literal, HasDefault
  1010.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle3 = 12 : Public, Static, Literal, HasDefault
  1011.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle4 = 13 : Public, Static, Literal, HasDefault
  1012.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle5 = 14 : Public, Static, Literal, HasDefault
  1013.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle6 = 15 : Public, Static, Literal, HasDefault
  1014.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle7 = 16 : Public, Static, Literal, HasDefault
  1015.     Dundas.Charting.WebControl.BorderSkinStyle FrameTitle8 = 17 : Public, Static, Literal, HasDefault
  1016. Class Dundas.Charting.WebControl.BorderSkinAttributes: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1017.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1018.     Void .ctor(System.ComponentModel.Design.IServiceContainer): PrivateScope, Assembly, HideBySig, SpecialName, RTSpecialName
  1019.   Fields:
  1020.     System.ComponentModel.Design.IServiceContainer serviceContainer : Assembly
  1021.   Properties:
  1022.     System.Drawing.Color PageColor 'get set' : 
  1023.     Dundas.Charting.WebControl.BorderSkinStyle SkinStyle 'get set' : 
  1024.     System.Drawing.Color FrameBackColor 'get set' : 
  1025.     System.Drawing.Color FrameBorderColor 'get set' : 
  1026.     Dundas.Charting.WebControl.ChartHatchStyle FrameBackHatchStyle 'get set' : 
  1027.     System.String FrameBackImage 'get set' : 
  1028.     Dundas.Charting.WebControl.ChartImageWrapMode FrameBackImageMode 'get set' : 
  1029.     System.Drawing.Color FrameBackImageTranspColor 'get set' : 
  1030.     Dundas.Charting.WebControl.ChartImageAlign FrameBackImageAlign 'get set' : 
  1031.     Dundas.Charting.WebControl.GradientType FrameBackGradientType 'get set' : 
  1032.     System.Drawing.Color FrameBackGradientEndColor 'get set' : 
  1033.     Single FrameBorderWidth 'get set' : 
  1034.     Dundas.Charting.WebControl.ChartDashStyle FrameBorderStyle 'get set' : 
  1035.   Methods:
  1036.     get_PageColor(): PrivateScope, Public, HideBySig, SpecialName
  1037.     set_PageColor(Color): PrivateScope, Public, HideBySig, SpecialName
  1038.     get_SkinStyle(): PrivateScope, Public, HideBySig, SpecialName
  1039.     set_SkinStyle(BorderSkinStyle): PrivateScope, Public, HideBySig, SpecialName
  1040.     get_FrameBackColor(): PrivateScope, Public, HideBySig, SpecialName
  1041.     set_FrameBackColor(Color): PrivateScope, Public, HideBySig, SpecialName
  1042.     get_FrameBorderColor(): PrivateScope, Public, HideBySig, SpecialName
  1043.     set_FrameBorderColor(Color): PrivateScope, Public, HideBySig, SpecialName
  1044.     get_FrameBackHatchStyle(): PrivateScope, Public, HideBySig, SpecialName
  1045.     set_FrameBackHatchStyle(ChartHatchStyle): PrivateScope, Public, HideBySig, SpecialName
  1046.     get_FrameBackImage(): PrivateScope, Public, HideBySig, SpecialName
  1047.     set_FrameBackImage(String): PrivateScope, Public, HideBySig, SpecialName
  1048.     get_FrameBackImageMode(): PrivateScope, Public, HideBySig, SpecialName
  1049.     set_FrameBackImageMode(ChartImageWrapMode): PrivateScope, Public, HideBySig, SpecialName
  1050.     get_FrameBackImageTranspColor(): PrivateScope, Public, HideBySig, SpecialName
  1051.     set_FrameBackImageTranspColor(Color): PrivateScope, Public, HideBySig, SpecialName
  1052.     get_FrameBackImageAlign(): PrivateScope, Public, HideBySig, SpecialName
  1053.     set_FrameBackImageAlign(ChartImageAlign): PrivateScope, Public, HideBySig, SpecialName
  1054.     get_FrameBackGradientType(): PrivateScope, Public, HideBySig, SpecialName
  1055.     set_FrameBackGradientType(GradientType): PrivateScope, Public, HideBySig, SpecialName
  1056.     get_FrameBackGradientEndColor(): PrivateScope, Public, HideBySig, SpecialName
  1057.     set_FrameBackGradientEndColor(Color): PrivateScope, Public, HideBySig, SpecialName
  1058.     get_FrameBorderWidth(): PrivateScope, Public, HideBySig, SpecialName
  1059.     set_FrameBorderWidth(Single): PrivateScope, Public, HideBySig, SpecialName
  1060.     get_FrameBorderStyle(): PrivateScope, Public, HideBySig, SpecialName
  1061.     set_FrameBorderStyle(ChartDashStyle): PrivateScope, Public, HideBySig, SpecialName
  1062. Class Dundas.Charting.WebControl.Borders3D.BorderTypeRegistry: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1063.     Void .ctor(System.ComponentModel.Design.IServiceContainer): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1064.   Interfaces:
  1065.     System.IServiceProvider
  1066.   Fields:
  1067.     System.Collections.Hashtable registeredBorderTypes : Assembly
  1068.   Properties:
  1069.     System.Resources.ResourceManager ResourceManager 'get ' : 
  1070.   Methods:
  1071.     GetService(Type): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1072.     Register(String, Type): PrivateScope, Public, HideBySig
  1073.     GetBorderType(String): PrivateScope, Public, HideBySig
  1074.     get_ResourceManager(): PrivateScope, Public, HideBySig, SpecialName
  1075. Interface Dundas.Charting.WebControl.Borders3D.IBorderType: AutoLayout, AnsiClass, Class, ClassSemanticsMask, Abstract
  1076.   Properties:
  1077.     System.String Name 'get ' : 
  1078.   Methods:
  1079.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1080.     DrawBorder(ChartGraphics, BorderSkinAttributes, RectangleF, Color, ChartHatchStyle, String, ChartImageWrapMode, Color, ChartImageAlign, GradientType, Color, Color, Single, ChartDashStyle): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1081.     AdjustAreasPosition(ChartGraphics, RectangleF&): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1082.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1083. Class Dundas.Charting.WebControl.Borders3D.SunkenBorder: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1084.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1085.   Interfaces:
  1086.     Dundas.Charting.WebControl.Borders3D.IBorderType
  1087.   Properties:
  1088.     System.String Name 'get ' : 
  1089.   Methods:
  1090.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1091.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1092.     AdjustAreasPosition(ChartGraphics, RectangleF&): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1093.     DrawBorder(ChartGraphics, BorderSkinAttributes, RectangleF, Color, ChartHatchStyle, String, ChartImageWrapMode, Color, ChartImageAlign, GradientType, Color, Color, Single, ChartDashStyle): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1094. Class Dundas.Charting.WebControl.Borders3D.RaisedBorder: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1095.   :Dundas.Charting.WebControl.Borders3D.SunkenBorder
  1096.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1097.   Properties:
  1098.     System.String Name 'get ' : 
  1099.   Methods:
  1100.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1101. Class Dundas.Charting.WebControl.Borders3D.FrameThin1Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1102.   :Dundas.Charting.WebControl.Borders3D.RaisedBorder
  1103.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1104.   Properties:
  1105.     System.String Name 'get ' : 
  1106.   Methods:
  1107.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1108.     DrawBorder(ChartGraphics, BorderSkinAttributes, RectangleF, Color, ChartHatchStyle, String, ChartImageWrapMode, Color, ChartImageAlign, GradientType, Color, Color, Single, ChartDashStyle): PrivateScope, Public, Virtual, HideBySig
  1109. Class Dundas.Charting.WebControl.Borders3D.FrameTitle1Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1110.   :Dundas.Charting.WebControl.Borders3D.FrameThin1Border
  1111.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1112.   Properties:
  1113.     System.String Name 'get ' : 
  1114.   Methods:
  1115.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1116.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig
  1117. Class Dundas.Charting.WebControl.Borders3D.FrameThin2Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1118.   :Dundas.Charting.WebControl.Borders3D.FrameThin1Border
  1119.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1120.   Properties:
  1121.     System.String Name 'get ' : 
  1122.   Methods:
  1123.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1124. Class Dundas.Charting.WebControl.Borders3D.FrameTitle2Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1125.   :Dundas.Charting.WebControl.Borders3D.FrameThin2Border
  1126.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1127.   Properties:
  1128.     System.String Name 'get ' : 
  1129.   Methods:
  1130.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1131.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig
  1132. Class Dundas.Charting.WebControl.Borders3D.FrameThin3Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1133.   :Dundas.Charting.WebControl.Borders3D.FrameThin1Border
  1134.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1135.   Properties:
  1136.     System.String Name 'get ' : 
  1137.   Methods:
  1138.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1139. Class Dundas.Charting.WebControl.Borders3D.FrameTitle3Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1140.   :Dundas.Charting.WebControl.Borders3D.FrameThin3Border
  1141.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1142.   Properties:
  1143.     System.String Name 'get ' : 
  1144.   Methods:
  1145.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1146.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig
  1147. Class Dundas.Charting.WebControl.Borders3D.FrameThin4Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1148.   :Dundas.Charting.WebControl.Borders3D.FrameThin1Border
  1149.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1150.   Properties:
  1151.     System.String Name 'get ' : 
  1152.   Methods:
  1153.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1154. Class Dundas.Charting.WebControl.Borders3D.FrameTitle4Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1155.   :Dundas.Charting.WebControl.Borders3D.FrameThin4Border
  1156.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1157.   Properties:
  1158.     System.String Name 'get ' : 
  1159.   Methods:
  1160.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1161.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig
  1162. Class Dundas.Charting.WebControl.Borders3D.FrameThin5Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1163.   :Dundas.Charting.WebControl.Borders3D.FrameThin1Border
  1164.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1165.   Properties:
  1166.     System.String Name 'get ' : 
  1167.   Methods:
  1168.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1169. Class Dundas.Charting.WebControl.Borders3D.FrameTitle5Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1170.   :Dundas.Charting.WebControl.Borders3D.FrameThin5Border
  1171.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1172.   Properties:
  1173.     System.String Name 'get ' : 
  1174.   Methods:
  1175.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1176.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig
  1177. Class Dundas.Charting.WebControl.Borders3D.FrameThin6Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1178.   :Dundas.Charting.WebControl.Borders3D.FrameThin1Border
  1179.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1180.   Properties:
  1181.     System.String Name 'get ' : 
  1182.   Methods:
  1183.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1184. Class Dundas.Charting.WebControl.Borders3D.FrameTitle6Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1185.   :Dundas.Charting.WebControl.Borders3D.FrameThin6Border
  1186.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1187.   Properties:
  1188.     System.String Name 'get ' : 
  1189.   Methods:
  1190.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1191.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig
  1192. Class Dundas.Charting.WebControl.Borders3D.FrameTitle7Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1193.   :Dundas.Charting.WebControl.Borders3D.FrameTitle1Border
  1194.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1195.   Properties:
  1196.     System.String Name 'get ' : 
  1197.   Methods:
  1198.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1199. Class Dundas.Charting.WebControl.Borders3D.FrameTitle8Border: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1200.   :Dundas.Charting.WebControl.Borders3D.FrameTitle1Border
  1201.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1202.   Properties:
  1203.     System.String Name 'get ' : 
  1204.   Methods:
  1205.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1206. Class Dundas.Charting.WebControl.Borders3D.EmbossBorder: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1207.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1208.   Interfaces:
  1209.     Dundas.Charting.WebControl.Borders3D.IBorderType
  1210.   Fields:
  1211.     Single defaultRadiusSize = 15 : Public, Static, Literal, HasDefault
  1212.   Properties:
  1213.     System.String Name 'get ' : 
  1214.   Methods:
  1215.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1216.     GetTitlePositionInBorder(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1217.     AdjustAreasPosition(ChartGraphics, RectangleF&): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1218.     DrawBorder(ChartGraphics, BorderSkinAttributes, RectangleF, Color, ChartHatchStyle, String, ChartImageWrapMode, Color, ChartImageAlign, GradientType, Color, Color, Single, ChartDashStyle): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1219. Interface Dundas.Charting.WebControl.ChartTypes.IChartType: AutoLayout, AnsiClass, Class, ClassSemanticsMask, Abstract
  1220.   Properties:
  1221.     System.String Name 'get ' : 
  1222.     Boolean Stacked 'get ' : 
  1223.     Boolean StackSign 'get ' : 
  1224.     Boolean RequireAxes 'get ' : 
  1225.     Boolean CircularChartArea 'get ' : 
  1226.     Boolean SupportLogarithmicAxes 'get ' : 
  1227.     Boolean SwitchValueAxes 'get ' : 
  1228.     Boolean SideBySideSeries 'get ' : 
  1229.     Boolean DataPointsInLegend 'get ' : 
  1230.     Boolean ApplyPaletteColorsToPoints 'get ' : 
  1231.     Boolean ExtraYValuesConnectedToYAxis 'get ' : 
  1232.     Boolean ZeroCrossing 'get ' : 
  1233.     Int32 YValuesPerPoint 'get ' : 
  1234.     Boolean SecondYScale 'get ' : 
  1235.     Boolean HundredPercent 'get ' : 
  1236.     Boolean HundredPercentSupportNegative 'get ' : 
  1237.   Methods:
  1238.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1239.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1240.     get_Stacked(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1241.     get_StackSign(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1242.     get_RequireAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1243.     get_CircularChartArea(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1244.     get_SupportLogarithmicAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1245.     get_SwitchValueAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1246.     get_SideBySideSeries(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1247.     get_DataPointsInLegend(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1248.     get_ApplyPaletteColorsToPoints(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1249.     get_ExtraYValuesConnectedToYAxis(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1250.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1251.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1252.     get_SecondYScale(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1253.     get_HundredPercent(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1254.     get_HundredPercentSupportNegative(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract, SpecialName
  1255.     GetLegendImageStyle(Series): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1256.     Paint(ChartGraphics, CommonElements, ChartArea, Series): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1257.     GetYValue(CommonElements, ChartArea, Series, DataPoint, Int32, Int32): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1258.     AddSmartLabelMarkerPositions(CommonElements, ChartArea, Series, ArrayList): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, Abstract
  1259. Class Dundas.Charting.WebControl.ChartTypes.PointChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1260.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1261.     Void .ctor(Boolean): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1262.   Interfaces:
  1263.     Dundas.Charting.WebControl.ChartTypes.IChartType
  1264.   Fields:
  1265.     Boolean indexedSeries : Assembly
  1266.   Properties:
  1267.     System.String Name 'get ' : 
  1268.     Boolean Stacked 'get ' : 
  1269.     Boolean StackSign 'get ' : 
  1270.     Boolean RequireAxes 'get ' : 
  1271.     Boolean SecondYScale 'get ' : 
  1272.     Boolean CircularChartArea 'get ' : 
  1273.     Boolean SupportLogarithmicAxes 'get ' : 
  1274.     Boolean SwitchValueAxes 'get ' : 
  1275.     Boolean SideBySideSeries 'get ' : 
  1276.     Boolean DataPointsInLegend 'get ' : 
  1277.     Boolean ZeroCrossing 'get ' : 
  1278.     Boolean ApplyPaletteColorsToPoints 'get ' : 
  1279.     Boolean ExtraYValuesConnectedToYAxis 'get ' : 
  1280.     Boolean HundredPercent 'get ' : 
  1281.     Boolean HundredPercentSupportNegative 'get ' : 
  1282.     Int32 YValuesPerPoint 'get ' : 
  1283.     Double ShiftedX 'get set' : 
  1284.     System.String ShiftedSerName 'get set' : 
  1285.   Methods:
  1286.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1287.     get_Stacked(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1288.     get_StackSign(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1289.     get_RequireAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1290.     get_SecondYScale(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1291.     get_CircularChartArea(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1292.     get_SupportLogarithmicAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1293.     get_SwitchValueAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1294.     get_SideBySideSeries(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1295.     get_DataPointsInLegend(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1296.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1297.     get_ApplyPaletteColorsToPoints(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1298.     get_ExtraYValuesConnectedToYAxis(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1299.     get_HundredPercent(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1300.     get_HundredPercentSupportNegative(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1301.     GetLegendImageStyle(Series): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1302.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1303.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1304.     Paint(ChartGraphics, CommonElements, ChartArea, Series): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1305.     ProcessSinglePoint3D(DataPoint3D, Boolean, ChartGraphics, CommonElements, ChartArea): PrivateScope, Assembly, HideBySig
  1306.     get_ShiftedX(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1307.     set_ShiftedX(Double): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1308.     get_ShiftedSerName(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1309.     set_ShiftedSerName(String): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1310.     GetYValue(CommonElements, ChartArea, Series, DataPoint, Int32, Int32): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1311.     GetEmptyPointValue(DataPoint, Int32): PrivateScope, Assembly, HideBySig
  1312.     AddSmartLabelMarkerPositions(CommonElements, ChartArea, Series, ArrayList): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1313. Class Dundas.Charting.WebControl.ChartTypes.LineChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1314.   :Dundas.Charting.WebControl.ChartTypes.PointChart
  1315.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1316.   Properties:
  1317.     System.String Name 'get ' : 
  1318.     Boolean Stacked 'get ' : 
  1319.     Boolean RequireAxes 'get ' : 
  1320.     Boolean SupportLogarithmicAxes 'get ' : 
  1321.     Boolean SwitchValueAxes 'get ' : 
  1322.     Boolean SideBySideSeries 'get ' : 
  1323.     Boolean ZeroCrossing 'get ' : 
  1324.     Boolean DataPointsInLegend 'get ' : 
  1325.     Boolean ApplyPaletteColorsToPoints 'get ' : 
  1326.     Int32 YValuesPerPoint 'get ' : 
  1327.   Methods:
  1328.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1329.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig
  1330.     get_Stacked(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1331.     get_RequireAxes(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1332.     get_SupportLogarithmicAxes(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1333.     get_SwitchValueAxes(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1334.     get_SideBySideSeries(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1335.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1336.     get_DataPointsInLegend(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1337.     get_ApplyPaletteColorsToPoints(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1338.     GetLegendImageStyle(Series): PrivateScope, Public, Virtual, HideBySig
  1339.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1340.     Paint(ChartGraphics, CommonElements, ChartArea, Series): PrivateScope, Public, Virtual, HideBySig
  1341. Class Dundas.Charting.WebControl.ChartTypes.SplineChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1342.   :Dundas.Charting.WebControl.ChartTypes.LineChart
  1343.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1344.   Properties:
  1345.     System.String Name 'get ' : 
  1346.   Methods:
  1347.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1348.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig
  1349. Class Dundas.Charting.WebControl.ChartTypes.AreaChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1350.   :Dundas.Charting.WebControl.ChartTypes.SplineChart
  1351.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1352.   Properties:
  1353.     System.String Name 'get ' : 
  1354.     Boolean ZeroCrossing 'get ' : 
  1355.   Methods:
  1356.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1357.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1358.     GetLegendImageStyle(Series): PrivateScope, Public, Virtual, HideBySig
  1359.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig
  1360.     GetAxisIntersection(DataPoint3D, DataPoint3D, Single): PrivateScope, Assembly, HideBySig
  1361. Class Dundas.Charting.WebControl.ChartTypes.SplineAreaChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1362.   :Dundas.Charting.WebControl.ChartTypes.AreaChart
  1363.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1364.   Properties:
  1365.     System.String Name 'get ' : 
  1366.   Methods:
  1367.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1368.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig
  1369. Struct Dundas.Charting.WebControl.ChartTypes.BarValueLabelDrawingStyle: AutoLayout, AnsiClass, Class, Sealed
  1370.   :System.Enum
  1371.   Fields:
  1372.     Int32 value__ : Public, SpecialName, RTSpecialName
  1373.     Dundas.Charting.WebControl.ChartTypes.BarValueLabelDrawingStyle Outside = 0 : Public, Static, Literal, HasDefault
  1374.     Dundas.Charting.WebControl.ChartTypes.BarValueLabelDrawingStyle Left = 1 : Public, Static, Literal, HasDefault
  1375.     Dundas.Charting.WebControl.ChartTypes.BarValueLabelDrawingStyle Center = 2 : Public, Static, Literal, HasDefault
  1376.     Dundas.Charting.WebControl.ChartTypes.BarValueLabelDrawingStyle Right = 3 : Public, Static, Literal, HasDefault
  1377. Class Dundas.Charting.WebControl.ChartTypes.BarChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1378.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1379.   Interfaces:
  1380.     Dundas.Charting.WebControl.ChartTypes.IChartType
  1381.   Properties:
  1382.     System.String Name 'get ' : 
  1383.     Boolean Stacked 'get ' : 
  1384.     Boolean StackSign 'get ' : 
  1385.     Boolean RequireAxes 'get ' : 
  1386.     Boolean SecondYScale 'get ' : 
  1387.     Boolean CircularChartArea 'get ' : 
  1388.     Boolean SupportLogarithmicAxes 'get ' : 
  1389.     Boolean SwitchValueAxes 'get ' : 
  1390.     Boolean SideBySideSeries 'get ' : 
  1391.     Boolean ZeroCrossing 'get ' : 
  1392.     Boolean DataPointsInLegend 'get ' : 
  1393.     Boolean ExtraYValuesConnectedToYAxis 'get ' : 
  1394.     Boolean HundredPercent 'get ' : 
  1395.     Boolean HundredPercentSupportNegative 'get ' : 
  1396.     Boolean ApplyPaletteColorsToPoints 'get ' : 
  1397.     Int32 YValuesPerPoint 'get ' : 
  1398.   Methods:
  1399.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1400.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1401.     get_Stacked(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1402.     get_StackSign(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1403.     get_RequireAxes(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1404.     get_SecondYScale(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1405.     get_CircularChartArea(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1406.     get_SupportLogarithmicAxes(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1407.     get_SwitchValueAxes(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1408.     get_SideBySideSeries(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1409.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1410.     get_DataPointsInLegend(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1411.     get_ExtraYValuesConnectedToYAxis(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1412.     get_HundredPercent(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1413.     get_HundredPercentSupportNegative(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1414.     get_ApplyPaletteColorsToPoints(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1415.     GetLegendImageStyle(Series): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1416.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1417.     Paint(ChartGraphics, CommonElements, ChartArea, Series): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1418.     GetYValue(CommonElements, ChartArea, Series, DataPoint, Int32, Int32): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1419.     GetEmptyPointValue(DataPoint, Int32, Int32): PrivateScope, Assembly, HideBySig
  1420.     AddSmartLabelMarkerPositions(CommonElements, ChartArea, Series, ArrayList): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1421. Class Dundas.Charting.WebControl.ChartTypes.GanttChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1422.   :Dundas.Charting.WebControl.ChartTypes.BarChart
  1423.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1424.   Properties:
  1425.     System.String Name 'get ' : 
  1426.     Boolean ZeroCrossing 'get ' : 
  1427.     Int32 YValuesPerPoint 'get ' : 
  1428.     Boolean ExtraYValuesConnectedToYAxis 'get ' : 
  1429.   Methods:
  1430.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1431.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1432.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1433.     get_ExtraYValuesConnectedToYAxis(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1434. Class Dundas.Charting.WebControl.ChartTypes.BarPointsDrawingOrderComparer: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1435.     Void .ctor(Dundas.Charting.WebControl.ChartArea, Boolean, Dundas.Charting.WebControl.COPCoordinates): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1436.   Interfaces:
  1437.     System.Collections.IComparer
  1438.   Methods:
  1439.     Compare(Object, Object): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1440. Class Dundas.Charting.WebControl.ChartTypes.BoxPlotChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1441.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1442.   Interfaces:
  1443.     Dundas.Charting.WebControl.ChartTypes.IChartType
  1444.   Properties:
  1445.     System.String Name 'get ' : 
  1446.     Boolean Stacked 'get ' : 
  1447.     Boolean StackSign 'get ' : 
  1448.     Boolean RequireAxes 'get ' : 
  1449.     Boolean SecondYScale 'get ' : 
  1450.     Boolean CircularChartArea 'get ' : 
  1451.     Boolean SupportLogarithmicAxes 'get ' : 
  1452.     Boolean SwitchValueAxes 'get ' : 
  1453.     Boolean SideBySideSeries 'get ' : 
  1454.     Boolean DataPointsInLegend 'get ' : 
  1455.     Boolean ZeroCrossing 'get ' : 
  1456.     Boolean ApplyPaletteColorsToPoints 'get ' : 
  1457.     Boolean ExtraYValuesConnectedToYAxis 'get ' : 
  1458.     Boolean HundredPercent 'get ' : 
  1459.     Boolean HundredPercentSupportNegative 'get ' : 
  1460.     Int32 YValuesPerPoint 'get ' : 
  1461.   Methods:
  1462.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1463.     get_Stacked(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1464.     get_StackSign(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1465.     get_RequireAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1466.     get_SecondYScale(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1467.     get_CircularChartArea(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1468.     get_SupportLogarithmicAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1469.     get_SwitchValueAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1470.     get_SideBySideSeries(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1471.     get_DataPointsInLegend(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1472.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1473.     get_ApplyPaletteColorsToPoints(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1474.     get_ExtraYValuesConnectedToYAxis(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1475.     get_HundredPercent(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1476.     get_HundredPercentSupportNegative(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1477.     GetLegendImageStyle(Series): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1478.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1479.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1480.     Paint(ChartGraphics, CommonElements, ChartArea, Series): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1481.     GetYValue(CommonElements, ChartArea, Series, DataPoint, Int32, Int32): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1482.     CalculateBoxPlotFromLinkedSeries(Series, IServiceContainer): PrivateScope, Assembly, Static, HideBySig
  1483.     AddSmartLabelMarkerPositions(CommonElements, ChartArea, Series, ArrayList): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1484. Class Dundas.Charting.WebControl.ChartTypes.BubbleChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1485.   :Dundas.Charting.WebControl.ChartTypes.PointChart
  1486.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1487.   Properties:
  1488.     System.String Name 'get ' : 
  1489.     Int32 YValuesPerPoint 'get ' : 
  1490.     Boolean SecondYScale 'get ' : 
  1491.   Methods:
  1492.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1493.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1494.     get_SecondYScale(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1495.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig
  1496.     AxisScaleBubbleSize(ChartGraphics, CommonElements, ChartArea, Double, Boolean): PrivateScope, Assembly, Static, HideBySig
  1497.     GetBubbleMaxSize(ChartArea): PrivateScope, Assembly, Static, HideBySig
  1498. Class Dundas.Charting.WebControl.ChartTypes.ChartTypeRegistry: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1499.     Void .ctor(System.ComponentModel.Design.IServiceContainer): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1500.   Interfaces:
  1501.     System.IServiceProvider
  1502.   Fields:
  1503.     System.Collections.Hashtable registeredChartTypes : Assembly
  1504.   Properties:
  1505.     System.Resources.ResourceManager ResourceManager 'get ' : 
  1506.   Methods:
  1507.     GetService(Type): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1508.     Register(String, Type): PrivateScope, Public, HideBySig
  1509.     GetChartType(SeriesChartType): PrivateScope, Public, HideBySig
  1510.     GetChartType(String): PrivateScope, Public, HideBySig
  1511.     get_ResourceManager(): PrivateScope, Public, HideBySig, SpecialName
  1512. Class Dundas.Charting.WebControl.ChartTypes.ColumnChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1513.   :Dundas.Charting.WebControl.ChartTypes.PointChart
  1514.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1515.   Properties:
  1516.     System.String Name 'get ' : 
  1517.     Boolean Stacked 'get ' : 
  1518.     Boolean RequireAxes 'get ' : 
  1519.     Boolean SupportLogarithmicAxes 'get ' : 
  1520.     Boolean SwitchValueAxes 'get ' : 
  1521.     Boolean SideBySideSeries 'get ' : 
  1522.     Boolean DataPointsInLegend 'get ' : 
  1523.     Boolean ExtraYValuesConnectedToYAxis 'get ' : 
  1524.     Boolean ApplyPaletteColorsToPoints 'get ' : 
  1525.     Int32 YValuesPerPoint 'get ' : 
  1526.     Boolean ZeroCrossing 'get ' : 
  1527.     Double ShiftedX 'get set' : 
  1528.     System.String ShiftedSerName 'get set' : 
  1529.   Methods:
  1530.     get_Name(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1531.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig
  1532.     get_Stacked(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1533.     get_RequireAxes(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1534.     get_SupportLogarithmicAxes(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1535.     get_SwitchValueAxes(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1536.     get_SideBySideSeries(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1537.     get_DataPointsInLegend(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1538.     get_ExtraYValuesConnectedToYAxis(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1539.     get_ApplyPaletteColorsToPoints(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1540.     GetLegendImageStyle(Series): PrivateScope, Public, Virtual, HideBySig
  1541.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1542.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1543.     get_ShiftedX(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1544.     set_ShiftedX(Double): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1545.     get_ShiftedSerName(): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1546.     set_ShiftedSerName(String): PrivateScope, Public, Virtual, HideBySig, SpecialName
  1547.     Paint(ChartGraphics, CommonElements, ChartArea, Series): PrivateScope, Public, Virtual, HideBySig
  1548. Class Dundas.Charting.WebControl.ChartTypes.PieChart: AutoLayout, AnsiClass, Class, BeforeFieldInit
  1549.     Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName
  1550.   Interfaces:
  1551.     Dundas.Charting.WebControl.ChartTypes.IChartType
  1552.   Fields:
  1553.     LabelColumn labelColumnLeft : Assembly
  1554.     LabelColumn labelColumnRight : Assembly
  1555.   Properties:
  1556.     System.String Name 'get ' : 
  1557.     Boolean Stacked 'get ' : 
  1558.     Boolean StackSign 'get ' : 
  1559.     Boolean RequireAxes 'get ' : 
  1560.     Boolean SecondYScale 'get ' : 
  1561.     Boolean CircularChartArea 'get ' : 
  1562.     Boolean SupportLogarithmicAxes 'get ' : 
  1563.     Boolean SwitchValueAxes 'get ' : 
  1564.     Boolean SideBySideSeries 'get ' : 
  1565.     Boolean ZeroCrossing 'get ' : 
  1566.     Boolean DataPointsInLegend 'get ' : 
  1567.     Boolean ExtraYValuesConnectedToYAxis 'get ' : 
  1568.     Boolean HundredPercent 'get ' : 
  1569.     Boolean HundredPercentSupportNegative 'get ' : 
  1570.     Boolean ApplyPaletteColorsToPoints 'get ' : 
  1571.     Int32 YValuesPerPoint 'get ' : 
  1572.     Boolean Doughnut 'get ' : 
  1573.   Methods:
  1574.     get_Name(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1575.     GetImage(ChartTypeRegistry): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1576.     get_Stacked(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1577.     get_StackSign(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1578.     get_RequireAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1579.     get_SecondYScale(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1580.     get_CircularChartArea(): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1581.     get_SupportLogarithmicAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1582.     get_SwitchValueAxes(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1583.     get_SideBySideSeries(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1584.     get_ZeroCrossing(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1585.     get_DataPointsInLegend(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1586.     get_ExtraYValuesConnectedToYAxis(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1587.     get_HundredPercent(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1588.     get_HundredPercentSupportNegative(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1589.     get_ApplyPaletteColorsToPoints(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1590.     GetLegendImageStyle(Series): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1591.     get_YValuesPerPoint(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1592.     get_Doughnut(): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask, SpecialName
  1593.     Paint(ChartGraphics, CommonElements, ChartArea, Series): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1594.     DrawLabels(ChartGraphics, PointF, SizeF, Single, Single, DataPoint, Single, Boolean, ChartArea, Boolean, Int32, Color): PrivateScope, Public, HideBySig
  1595.     EstimateLabels(ChartGraphics, PointF, SizeF, Single, Single, DataPoint, Single, Boolean, ChartArea): PrivateScope, Public, HideBySig
  1596.     GetYValue(CommonElements, ChartArea, Series, DataPoint, Int32, Int32): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask
  1597.     AddSmartLabelMarkerPositions(CommonElements, ChartArea, Series, ArrayList): PrivateScope, Public, Final, Virtual, HideBySig, VtableLayoutMask
  1598. Class Dundas.Charting.WebControl.ChartTypes.PieChart+LabelColumn: AutoLayout, AnsiClass, Class, NestedAssembly, BeforeFieldInit