ComponentOne ASP.NET MVC Controls
SVGStyleBuilder Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : SVGStyleBuilder Class

The following tables list the members exposed by SVGStyleBuilder.

Public Constructors
 NameDescription
Public ConstructorCreates one SVGStyleBuilder instance to configurate obj.  
Top
Public Methods
 NameDescription
Public MethodConfigurates C1.Web.Mvc.SVGStyle.ArrowEnd. Sets the arrowhead on the end of the path. The format for string is <type>[-<width>[-<length>]]. Possible types: classic, block, open, oval, diamond, none, width: wide, narrow, medium, length: long, short, medium.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.ClipRect. Sets the clip area. The format for the text is comma or space separated values: x, y, width and height  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Cursor. CSS type of the cursor  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Cx. the x-axis coordinate of the center of the circle, or ellipse  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Cy. the y-axis coordinate of the center of the circle, or ellipse  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Fill. A value that indicates the filled color of the chart style.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.FillOpacity. A value that indicates the fill opacity of the SVG element.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Font. A value that indicates the font of the chart style.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.FontFamily. A value that indicates the font family of the SVG element.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.FontSize. A value that indicates the font size of the SVG element.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.FontWeight. A value that indicates the font weight of the SVG element.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Height. A value that indicates the height of the SVG element.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Href. A value to indicate the URL, if specified element behaves as hyperlink  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Opacity. A value to indicate the Opacity.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Path. SVG path string format  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.R. Radius of the circle, ellipse or rounded corner on the rect  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Rx. Horisontal radius of the ellipse  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Ry. Vertical radius of the ellipse  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Src. Image URL, only works for Element.image element  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Stroke. A value that indicates the stroke color.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.StrokeDasharray. A value that indicates the stroke dasharry, possible values: ["", "-", ".", "-.", "-..", ". ", "- ", "--", "- .", "--.", "--.."]  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.StrokeLinecap. A value that indicates the stroke line cap, possible values: ["butt", "square", "round"]  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.StrokeLinejoin. A value that indicates the stroke line join method, possible values: ["bevel", "round", "miter"]  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.StrokeMiterlimit. A value that indicates the stroke miter limit.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.StrokeOpacity. A value that indicates the stroke opacity.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.StrokeWidth. A value that indicates the stroke width.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Target. Used with href  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Text. Contents of the text element. Use \n for multiline text  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.TextAnchor. Possible values: ["start", "middle", "end"], default is "middle"  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Title. A text value for creating a tooltip.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Transform. A string value for SVG element to make a transform action.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Width. A value that indicates the width of the chart style.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.X. A value that indicates the x point of the chart style.  
Public MethodConfigurates C1.Web.Mvc.SVGStyle.Y. A value that indicates the y point of the chart style.  
Top
See Also

Reference

SVGStyleBuilder Class
C1.Web.Mvc.Fluent Namespace