📄 teechart.lite.xml
字号:
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.PlaneFour3D(System.Int32,System.Int32,System.Drawing.Point[])">
<summary>
Draws a polygon of four points.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.FontTextHeight(Steema.TeeChart.Drawing.ChartFont)">
<summary>
Determines the Font Height to be used for outputted text when using the Drawing.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.RectangleZ(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Horizontal Rectangle from Left to Right, from Z0 to Z1 position,
at Top Y.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.RectangleY(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Horizontal Rectangle from Left to Right, from Z0 to Z1 position, at Top Y.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Rectangle(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a rectangle between the defined co-ordinates with z depth.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Rectangle(System.Drawing.Rectangle,System.Int32)">
<summary>
Draws a Rectangle (Rectangle r) at z depth.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Polygon(System.Int32,System.Drawing.Point[])">
<summary>
Draws a polygon with z position offset.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Cone(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
<summary>
Paints a cone. Use ONLY with OPENGL.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Cone(System.Boolean,System.Drawing.Rectangle,System.Int32,System.Int32,System.Boolean)">
<summary>
Paints a cone. Use ONLY with OPENGL.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Cone(System.Boolean,System.Drawing.Rectangle,System.Int32,System.Int32,System.Boolean,System.Int32)">
<summary>
Paints a cone with Cone Percent . Use ONLY with OPENGL.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.QuickSortAngle(System.Drawing.Point[]@,System.Double[]@,System.Int32,System.Int32)">
<summary>
Sort an array of points by angles.
</summary>
<param name="p"></param>
<param name="angles"></param>
<param name="low"></param>
<param name="high"></param>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.ConvexHull(System.Drawing.Point[]@,System.Int32@)">
<summary>
Calculates the boundary points of the convex hull of a set of 2D xy points. Original
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Cylinder(System.Boolean,System.Drawing.Rectangle,System.Int32,System.Int32,System.Boolean)">
<summary>
Draws cylinder toggle Boolean for vertical or horizontal cylinder.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.CrossingLines(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@)">
<summary>
Returns true if two lines cross.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Cube(System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Draws a Cube.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Cube(System.Drawing.Rectangle,System.Int32,System.Int32,System.Boolean)">
<summary>
Draws a Cube with Dark Sides.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Cube(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
<summary>
Draws a Cube with Dark Sides.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Donut(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Boolean,System.Boolean,System.Int32)">
<summary>
Draws a Donut slice.
</summary>
<param name="xCenter">Center horizontal position</param>
<param name="yCenter">Center vertical position</param>
<param name="xRadius">Horizontal radius</param>
<param name="yRadius">Vertical radius</param>
<param name="z0">Start depth position</param>
<param name="z1">End depth position</param>
<param name="startAngle">Angle from 0 to 360 of slice begin</param>
<param name="endAngle">Angle from 0 to 360 of slice end</param>
<param name="darkSides">Draws the 3D sides of the donut a darker color</param>
<param name="drawSides">Draws the 3D sides of the donut</param>
<param name="donutPercent">Percent from 0 to 100 of donut center hole</param>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Arrow(System.Boolean,System.Drawing.Point,System.Drawing.Point,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a line with an arrow head of ArrowWidth and ArrowHeight dimensions in pixels.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.TextHeight(Steema.TeeChart.Drawing.ChartFont,System.String)">
<summary>
Returns the vertical text size in pixels of ChartFont f.
</summary>
<returns>Height in pixels of ChartFont f. </returns>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.TextWidth(Steema.TeeChart.Drawing.ChartFont,System.String)">
<summary>
Returns the horizontal text size in pixels of ChartFont f.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.TextHeight(System.String)">
<summary>
Returns the vertical size in pixels of the text string.
</summary>
<returns>Height in pixels of the text string.</returns>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.TextWidth(System.String)">
<summary>
Returns the horizontal size in pixels of the text string.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Triangle(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Int32)">
<summary>
Draws a triangle (point p0, pointp1, pointp2) at Z position.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Triangle(Steema.TeeChart.Drawing.Triangle3D)">
<summary>
Draws a triangle (Triangle3D p).
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.MeasureString(Steema.TeeChart.Drawing.ChartFont,System.String)">
<summary>
Returns the SizeF of a string of a specified font.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.ZLine(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a Line from (X,Y,Z0) to (X,Y,Z1).
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.DrawBeziers(System.Int32,System.Drawing.Point[])">
<summary>
Draws B茅zier splines for the Point array p at displacement z
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.RotateLabel(System.Int32,System.Int32,System.Int32,System.String,System.Double)">
<summary>
Draws a rotated text string at the specified x,y and z coordinates with the RotDegree rotation angle.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Pie(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a Pie slice.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.HorizontalLine(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a Horizontal at z depth position.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.PolygonBounds(System.Drawing.Point[])">
<summary>
Returns the minimum left / top and the
maximum right / bottom for all the points in "p" polygon
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.PolygonRect(System.Drawing.Point[])">
<summary>
Returns bounding rectangle for point array p
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Sphere(System.Int32,System.Int32,System.Int32,System.Double)">
<summary>
Draws a sphere.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Rectangle(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a rectangle between the defined co-ordinates.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Ellipse(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)">
<summary>
Ellipse bounding rectangle (Left, Top, Right, Bottom) with Z offset at angle.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.ClipRectangle(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creates a Windows GDI clipping region and selects it into TChart.Canvas device context handle.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.UnClipRectangle">
<summary>
Removes any clipping region applied to Chart Drawing.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.PyramidTrunc(System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws a pyramid with a truncated apex of variable thickness.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.ClipCube(System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Creates a cubic Windows GDI clipping region.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.Draw(System.Drawing.Rectangle,System.Drawing.Image,Steema.TeeChart.Drawing.ImageMode,System.Boolean)">
<summary>
Paints the image in rectangle r.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.DrawBeziers(System.Drawing.Point[])">
<summary>
Draws B茅zier splines for the Point array p
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.PrepareDrawImage">
<summary>
Prepares the Chart Canvas for drawing.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.ValidState">
<summary>
Returns true if the Chart Canvas can be drawn to.
</summary>
</member>
<member name="M:Steema.TeeChart.Drawing.Graphics3D.PaintImageBevel(System.Drawing.Rectangle,System.Int32,Steema.TeeChart.Drawing.ChartPen,Steema.TeeChart.Drawing.ChartBrush,System.Int32)">
<summary>
Draws a custom border around a specified Rectangle.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.Pen">
<summary>
Indicates the kind of pen used to draw Canvas lines.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.Brush">
<summary>
Determines Brush used to fill the Canvas draw rectangle background.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.Gradient">
<summary>
Gets and sets the Brush.Gradient properties of the Canvas.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.Font">
<summary>
Determines Font for outputted text when using the Drawing.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.ScreenHeight">
<summary>
Returns the height, in pixels, of the Chart Panel .
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.ScreenWidth">
<summary>
Returns the width, in pixels, of the Chart Panel.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.TextAlign">
<summary>
Sets the alignment used when displaying text using TextOut or TextOut3D.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.XCenter">
<summary>
Obtain the X coordinate of the pixel location of the center of the 3D Canvas.
</summary>
</member>
<member name="P:Steema.TeeChart.Drawing.Graphics3D.YCenter">
<summary>
Obtain the Y coordinate of the pixel location of the center of the 3D Canvas.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -