Skip to content

ChartDesignerWindow

ClassChartGuruChartGuru.Editor
public class ChartDesignerWindow : EditorWindow

No description is available for this type.

[MenuItem("Tools/Chart Guru/Chart Designer", false, 604)]
public static void ShowWindow()

No description is available for this member.

public static void ShowWindowWithChartType(ChartType chartType)

No description is available for this member.

Parameters

Name Type Description
chartType ChartGuru.ChartType

ShowWindowWithChartType(ChartType, string)

Section titled “ShowWindowWithChartType(ChartType, string)”
public static void ShowWindowWithChartType(ChartType chartType, string featureId)

No description is available for this member.

Parameters

Name Type Description
chartType ChartGuru.ChartType
featureId System.String
public static void ShowWindowWithGalleryChart(Chart galleryChart, string title)

No description is available for this member.

Parameters

Name Type Description
galleryChart ChartGuru.Chart
title System.String